fast-feedback virtual target task code on STM Nucleo

Dependencies:   mbed

main.cpp

Committer:
gwappa
Date:
2018-05-23
Revision:
4:fcf597f82632
Parent:
3:991c6d5ce19d
Child:
8:973dcd190672

File content as of revision 4:fcf597f82632:

#include "rig.h"
#include "states.h"
#include "automaton.h"

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