Microcontroller firmware that uses a simple, yet powerful scripting language to control the timing of input and output events with high temporal resolution. Written by Mattias Karlsson

Dependencies:   SMARTWAV mbed

Revision:
8:872b843a3053
Parent:
7:5fe7329751d4
--- a/behave.h	Tue Feb 07 18:45:25 2017 +0000
+++ b/behave.h	Tue Feb 07 19:40:32 2017 +0000
@@ -56,6 +56,16 @@
     bool triggered;
 };*/
 
+struct VersionInfo {
+    int major;
+    int middle;
+    int minor;
+
+    int updateDay;
+    int updateMonth;
+    int updateYear;
+};
+
 class AbstractPort {
 
 public: