11 #include <core_pins.h>
23 sprintf(
name,
"AppReprogram");
24 pinMode(TAP_INPUT, INPUT);
33 if (digitalRead(TAP_INPUT) == LOW && digitalRead(SW_D) == LOW){
34 sci->println(F(
"M AppReprogram:update Entering Programming Mode"));
36 __asm__
volatile (
"bkpt #251");
SvcSerialCommandInterface * sci
char name[MAX_NAME_LENGTH]
base class definition / implementation from which all app classes will be derived and override
helper class for forcing the teensy into programming mode this is usefull in applications where the r...