fast-feedback virtual target task code on STM Nucleo

Dependencies:   mbed

main.cpp

Committer:
gwappa
Date:
2018-05-17
Revision:
3:991c6d5ce19d
Parent:
2:0c241937eabd
Child:
4:fcf597f82632

File content as of revision 3:991c6d5ce19d:

#include "rig.h"

int main()
{
    // automaton::init<Delay>();
    while(1){
        // wait for the host to access
        task.parseFromSerial();
    }
}