fast-feedback virtual target task code on STM Nucleo

Dependencies:   mbed

main.cpp

Committer:
gwappa
Date:
2018-12-13
Revision:
32:1416e015016c
Parent:
8:973dcd190672

File content as of revision 32:1416e015016c:

#include "rig.h"

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