-
I have an issue where the Platform.IO uses the "framework-arduino-mbed" libraries which does not have a definition for SPIClassRP2040.
Instead, just using the regular old SPIClass works just fine w…
-
Prototype, WIP version of this is here: https://github.com/adafruit/circuitpython/compare/master...tannewt:ninja
-
It seems the I2C Slave support in circle doesn't receive general call messages (ie: messages sent from master to address 0). [see here](https://www.i2c-bus.org/addressing/general-call-address/)
If…
-
After try to run it, it saying:
-bash: ./arm-softmmu/qemu-system-arm: Is a directory
What i do wrong?
-
At the end of the linking:
```
... source/dmaflash/libdmaflash.a RA8875/libRA8875.a mbed-os/storage/libmbed-storage.a mbed-os/storage/filesystem/fat/libmbed-storage-fat.a mbed-os/storage/files…
-
Hi!
I am having problems with using the event based implementation in wire.h, mainly I have problems getting the slave/peripheral on an Raspberry Pi Pico W (Arduino) replying to the ESP32 master/co…
-
I'm having issues with my Cytron Maker PI RP2040 timing issues https://github.com/CytronTechnologies/MAKER-PI-RP2040/issues/5
SO I wanted to use a Adafruit Feather Express M0 as an I2C slave for my H…
-
I've compiled master branch of circle and compiled sample04 and I always get a crash
My environment is:
```
$ cat Config.mk
PREFIX = arm-none-eabi-
AARCH = 64
RASPPI = 3
DEFINE += -DNO_SDHO…
-
Hi Richard,
I'm using your Lib now for quite a while in the DNMS project (you can search GitHub for getting some more info about DNMS). Teensy4 is used as a slave giving noise measurements to a conne…
-
# Docs issue template
## Page link
https://os.mbed.com/docs/mbed-os/v6.15/apis/i2cslave.html
## Expected to find...
Better information about slave address. Similar like on I2C page - https://os.…