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.h	Tue Feb 07 18:45:25 2017 +0000
+++ b/hardwareInterface.h	Tue Feb 07 19:40:32 2017 +0000
@@ -138,6 +138,7 @@
     virtual void pauseInterrupts();
     virtual void resumeInterrupts();
     virtual void reset();
+    virtual void setMaxAnalogOut(int value);
     virtual int getPendingFunctionTriggers(uint16_t *bufferPtr); //Returns the number of pending shortcut triggers
     virtual uint32_t getDigitalOutputChangeFlags();
     virtual uint32_t getDigitalInputChangeFlags();