ArduinoCore-mbed
ArduinoCore-mbed copied to clipboard
Wire.flush isn't been implemetated. So I try to make it. And I generate an PR, but no one to merge it or refuse it. I wander why, thanks.
Hello ! Can someone write the simplest example for running 2 cores on this particular mbed Raspberry for Pi Pico RP2040 ?
Is it currently possible to change the SPI flash clock divider for the Raspberry Pi Pico? The way to do this with the Pico SDK would be to define `PICO_FLASH_SPI_CLKDIV`,...
The MbedClient is not copyable. There is an attempt to make it survive one copy right after creation, which should work for returning a copy from server.available() but that is...
Hi, There appears to be a bug in attachInterrupt() call. If pinMode is called on a pin before attachInterrupt is called with 'CHANGE' parameter the pin is forced high. Minimal...
As the title says. Reproducer sketch: ```c++ #include // -------------------------------------------------------------------------------- // remove_reference template struct remove_reference { typedef T type; }; template struct remove_reference { typedef T type; }; template struct...
only in Arduino WiFi libraries `macAddress` returns reversed order of bytes. `MACAddress` in Arduino Ethernet library returns normal ordering (in C33 Ethernet it is normal too)
I am debugging why the Adafruit_ILI9341 library does not work on the GIGA board when you are trying to use the SPI pins that are on the outer pins (11-13),...
As far as I can tell, WiFi, BLE and Ethernet only work when activated from the M7 core. Can someone clarify if any of these 3 can be run from...
Hi Guys, There seems to be an issue with any code running on the M4 talking to the display. I first noticed it with LVGL running on the M4, but...