Karpova Lab fork of stateScript

Dependencies:   SMARTWAV mbed

Fork of stateScript_v2 by Mattias Karlsson

main.cpp

Committer:
alustig3
Date:
2015-12-11
Revision:
4:b019c133a8fb
Parent:
0:8dbd6bd9167f

File content as of revision 4:b019c133a8fb:

#include "behave.h"

using namespace std;

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