Library for ELEC2645 Gamepad PCB. University of Leeds Version 2 January 2020

Dependents:   ELEC2645_Ticker_WAV ELEC2645_Project_username ELEC2645_Project_el18vgt ELEC2645_Project_el17oc11 ... more

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);