fast-feedback virtual target task code on STM Nucleo

Dependencies:   mbed

Committer:
gwappa
Date:
Thu May 31 15:25:37 2018 +0000
Revision:
8:973dcd190672
Parent:
4:fcf597f82632
current working

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 while(1){
gwappa 0:f736749c33d2 6 // wait for the host to access
gwappa 1:871d3066c2ab 7 task.parseFromSerial();
gwappa 0:f736749c33d2 8 }
gwappa 0:f736749c33d2 9 }