#include #include "TeensyThreads.h" const int LED = 13; volatile int blinkcode = 0; void blinkthread() { while(1) { if (blinkcode) { for (int i=0; i