add blink_toggle_once

This commit is contained in:
e.gavrin
2014-07-24 19:27:19 +04:00
parent 89834cd616
commit c2f82eefc0
6 changed files with 105 additions and 29 deletions
+2 -13
View File
@@ -15,17 +15,6 @@
#include "globals.h"
static const char* generated_source __unused = ""
"while (true) {\n"
"LEDToggle (LED3);\n"
"LEDToggle (LED6);\n"
"LEDToggle (LED7);\n"
"LEDToggle (LED4);\n"
"LEDToggle (LED10);\n"
"LEDToggle (LED8);\n"
"LEDToggle (LED9);\n"
"LEDToggle (LED5);\n"
"\n"
"wait(500);\n"
"}\n"
static const char* generated_source = ""
"LEDToggle (14);\n"
;