Andy Lustig / Mbed 2 deprecated stateScript_v2_karpova

Dependencies:   SMARTWAV mbed

Fork of stateScript_v2 by Mattias Karlsson

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "behave.h"
00002 
00003 using namespace std;
00004 
00005 int main() {
00006     mainLoop m;
00007     m.init();
00008     m.exec();
00009 }