Joe Shotton / ll16j23s_test_docs
Revision:
22:72357412608d
Parent:
21:da0b4e14c867
Child:
24:33639c2eacb3
--- a/Gamepad.h	Mon Jan 27 12:31:15 2020 +0000
+++ b/Gamepad.h	Mon Jan 27 13:58:59 2020 +0000
@@ -233,6 +233,9 @@
     
     // change the BPM
     void set_bpm(float bpm);
+    
+    // write to DAC
+    void write_dac(float val);