project for iot vives
Dependencies:
mbed
C12832
LM75B
FXOS8700Q
Diff: main.cpp
- Revision:
- 0:3c9cd556e510
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp Wed Nov 04 12:41:46 2020 +0000
@@ -0,0 +1,8 @@
+#include "mbed.h"
+#include "StateMachine.h"
+
+int main()
+{
+ StateMachine statemachine;
+ statemachine.start();
+}