fork of StateScript

Dependencies:   mbed SOMO_II

Fork of stateScript_v2 by Mattias Karlsson

Revision:
10:f65649c13b5b
Parent:
7:5fe7329751d4
--- a/mbedInterface/mbedInterface.h	Wed Apr 26 16:40:36 2017 +0000
+++ b/mbedInterface/mbedInterface.h	Fri Apr 28 14:47:55 2017 +0000
@@ -4,7 +4,7 @@
 #include "hardwareInterface.h"
 #include "mbed.h"
 #include <stdint.h>
-#include "SMARTWAV.h"
+#include "SOMO.h"
 #include <string.h>
 #include <string>
 #include <vector>
@@ -14,8 +14,12 @@
 
 //#define MBED_RF
 
+//Define which mbed board
+#define LPC1768
+//#define K64
 
-//#define NUMPORTS 10 //the number of ports available on this hardware
+
+//the number of ports available on this hardware
 #define NUMDIGINPORTS 8
 #define NUMDIGOUTPORTS 8
 #define NUMANINPORTS 1
@@ -169,6 +173,7 @@
     void incrementClock();
     void externalClockReset(); //needs to reset harware timer before calling immediateClockReset();
     void mainLoopToDo();
+    void tick();
 
 protected: