Roger Clark
|
9147a461e7
|
Merge branch 'master' of https://github.com/bubulindo/Arduino_STM32 into bubulindo-master
|
2016-09-26 10:42:42 +10:00 |
Roger Clark
|
cc639cd9cb
|
Moved examples to new dummy library item
|
2016-05-13 14:39:10 +10:00 |
Bubulindo
|
7317d26c14
|
Added Example for HardTimer as Encoder
Added example with description on how to use as well as an encoder
simulator.
|
2015-09-13 17:37:11 +01:00 |
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 |
Roger Clark
|
5dcfa4f1b0
|
Removed non standard functions togglePin, toggleLED,isButtonPressed, and waitForButtonPress. And updated all examples that used these, to use other functions. Note togglePin was used internally in shiftOut. Also note, that some of these functions were replaced by the code that was inside the non standard function e.g inside togglePin. In the longer term these internal maple function calls need to be replaced by high level Arduino API calls like digitalRead and digitalWrite where applicable
|
2015-04-07 20:57:51 +10:00 |
Roger Clark
|
a6bf8a4bd7
|
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 |
Roger Clark
|
02647ee20c
|
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 |