Go to file
Roger Clark 18d6a286a4 Various fixes. Changed stm32.h to remove compile warnings. Changed Wire files to make Wire compile with I2CDev by addition of BUFFER_LENGTH definition, and fixed issue that prevented I2CScanner from working, - by changes in WireBase.cpp, Wire.cpp. Also fixed issue with SCL and SDA pin assignments being the reverse of hardware I2C - to enable future upgrades to Hardware I2C on the same pins, i.e PB6 and PB6 I2C channel 1 2014-11-11 20:10:00 +11:00
STM32F1XX Various fixes. Changed stm32.h to remove compile warnings. Changed Wire files to make Wire compile with I2CDev by addition of BUFFER_LENGTH definition, and fixed issue that prevented I2CScanner from working, - by changes in WireBase.cpp, Wire.cpp. Also fixed issue with SCL and SDA pin assignments being the reverse of hardware I2C - to enable future upgrades to Hardware I2C on the same pins, i.e PB6 and PB6 I2C channel 1 2014-11-11 20:10:00 +11:00
drivers/win Added existing files 2014-10-30 00:36:47 +11:00
examples Added support for String object. Updated print class to support String. Added examples folder from Maple IDE (None of the examples have been tested) 2014-11-02 20:24:34 +11:00
tools/win added modified version of python serial uploader (which now has a -g option for GO, and tested it but rem ed out in serial_upload.bat 2014-11-04 08:32:36 +11:00
README.md Initial commit 2014-10-30 11:09:14 +11:00

README.md

Arduino_STM32

Hardware files to support STM32 based boards like the LeafLabs maple and other generic STM32F103 based boards