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:
2015-05-19
Revision:
0:8dbd6bd9167f

File content as of revision 0:8dbd6bd9167f:

#include "behave.h"

using namespace std;

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