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/hardwareInterface.cpp	Tue Feb 07 18:45:25 2017 +0000
+++ b/hardwareInterface.cpp	Tue Feb 07 19:40:32 2017 +0000
@@ -69,6 +69,10 @@
 
 }
 
+void sSystem::setMaxAnalogOut(int value) {
+
+}
+
 void sSystem::resumeInterrupts() {
 
 }