Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Gamepad.h
- 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);