Arduino_STM32
Arduino_STM32 copied to clipboard
Arduino STM32. Hardware files to support STM32 boards, on Arduino IDE 1.8.x including LeafLabs Maple and other generic STM32F103 boards
Hi, I need sample sdiof1 library example to try sdio port on stm32f103ret breakout board. I can't find any example for the library. Thanks
pull request phonog CAN
I added a calibration example and made some changes to the library so that the points given now should match the pixel on the screen. Please have a look if...
Hello, My original issue was that my onReceive callback was not called. I've finally realized it's because I've declared a variable SPIClass spi(1), whereas there was one inside the library...
Trying to compile analog examples that use A0 fail to compile. ``` AnalogInOutSerial1:24:25: error: 'A0' was not declared in this scope const int analogInPin = A0; // Analog input pin...
ILI9341_STM uses SPI.beginTransaction() to switch between "fast" and "safe" speeds, internally. However, it does not initialize the speed for every drawing operation (for performance reasons, I presume), but rather only...
Defines paremeter Pages for use more than one page per bank on emulated EEPROM.
discussed in the topic "Failed to reconnect serial monitor after uploading on macOS" at http://stm32duino.com/viewtopic.php?f=21&t=2050