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.
Dependencies: mbed FastIO FastPWM USBDevice
Fork of Pinscape_Controller by
Diff: config.h
- Revision:
- 67:c39e66c4e000
- Parent:
- 66:2e3583fbd2f4
- Child:
- 69:cc5039284fac
--- a/config.h Sun Nov 27 06:37:47 2016 +0000 +++ b/config.h Sun Nov 27 21:42:42 2016 +0000 @@ -69,6 +69,7 @@ const int BtnTypeNone = 0; // unused const int BtnTypeJoystick = 1; // joystick button const int BtnTypeKey = 2; // keyboard key +const int BtnTypeMedia = 3; // media control key // input button flags const uint8_t BtnFlagPulse = 0x01; // pulse mode - reports each change in the physical switch state
