This website requires JavaScript.
Explore
Help
Register
Sign In
noisymime
/
Arduino_STM32
mirror of
https://github.com/noisymime/Arduino_STM32.git
Watch
1
Star
0
Fork
You've already forked Arduino_STM32
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
SPI_setModule
Arduino_STM32
/
examples
/
Stubs
History
rogerclarkmelbourne
badf7057f0
Removed BOARD_LED_PIN and button pin definitions as they are not core Arduino API definitions and they were causing confusion on users of generic stm32 boards which don't all have an LED and even if they have an LED, the pin it is on is not always on the same pin depending on the model of generic board
2015-04-25 10:41:27 +10:00
..
AnalogReadPWMWrite
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
AnalogReadSerial
Changed examples that use SerialUSB to use Serial, also fixed bug associated with use of the reserved word 'index' as a variable name
2014-12-30 11:36:32 +11:00
BareMinumum
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
DigitalReadSerial
Changed examples that use SerialUSB to use Serial, also fixed bug associated with use of the reserved word 'index' as a variable name
2014-12-30 11:36:32 +11:00
DigitalReadWrite
Removed BOARD_LED_PIN and button pin definitions as they are not core Arduino API definitions and they were causing confusion on users of generic stm32 boards which don't all have an LED and even if they have an LED, the pin it is on is not always on the same pin depending on the model of generic board
2015-04-25 10:41:27 +10:00
HelloWorld
Changed examples that use SerialUSB to use Serial, also fixed bug associated with use of the reserved word 'index' as a variable name
2014-12-30 11:36:32 +11:00