Microcontroller firmware that uses a simple, yet powerful scripting language to control the timing of input and output events with high temporal resolution. Written by Mattias Karlsson

Dependencies:   SMARTWAV mbed

main.cpp

Committer:
mkarlsso
Date:
2017-02-07
Revision:
8:872b843a3053
Parent:
0:8dbd6bd9167f

File content as of revision 8:872b843a3053:

#include "behave.h"

using namespace std;

int main() {
    mainLoop m;
    m.init();
    m.exec();
}