fast-feedback virtual target task code on STM Nucleo

Dependencies:   mbed

Committer:
gwappa
Date:
Thu May 17 13:37:43 2018 +0000
Revision:
3:991c6d5ce19d
Parent:
2:0c241937eabd
Child:
4:fcf597f82632
implement arraylists

Who changed what in which revision?

UserRevisionLine numberNew contents of line
gwappa 3:991c6d5ce19d 1 #include "rig.h"
gwappa 0:f736749c33d2 2
gwappa 0:f736749c33d2 3 int main()
gwappa 0:f736749c33d2 4 {
gwappa 0:f736749c33d2 5 // automaton::init<Delay>();
gwappa 0:f736749c33d2 6 while(1){
gwappa 0:f736749c33d2 7 // wait for the host to access
gwappa 1:871d3066c2ab 8 task.parseFromSerial();
gwappa 0:f736749c33d2 9 }
gwappa 0:f736749c33d2 10 }