stateScript for Nucleo-F401RE board

Dependencies:   SOMO_II mbed

Committer:
alustig3
Date:
Mon Feb 08 18:56:09 2016 +0000
Revision:
0:ecf80f0172d0
initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
alustig3 0:ecf80f0172d0 1 #include "behave.h"
alustig3 0:ecf80f0172d0 2
alustig3 0:ecf80f0172d0 3 using namespace std;
alustig3 0:ecf80f0172d0 4
alustig3 0:ecf80f0172d0 5 int main() {
alustig3 0:ecf80f0172d0 6 mainLoop m;
alustig3 0:ecf80f0172d0 7 m.init();
alustig3 0:ecf80f0172d0 8 m.exec();
alustig3 0:ecf80f0172d0 9 }