Arduino_STM32/examples/Maple
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
..
CrudeVGA 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
InteractiveTest 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
QASlave 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
StressSerialUSB 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
TimerInterrupts 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