fast-feedback virtual target task code on STM Nucleo

Dependencies:   mbed

main.cpp

Committer:
gwappa
Date:
2018-05-31
Revision:
8:973dcd190672
Parent:
4:fcf597f82632

File content as of revision 8:973dcd190672:

#include "rig.h"

int main()
{
    while(1){
        // wait for the host to access
        task.parseFromSerial();
    }
}