This is my first program on mbed.org. A Small program for KL25Z that'll act as a Volume Control, thanks to samux for his code with USB keyboard support (https://mbed.org/users/samux/code/USBKeyboard_HelloWorld/) Just added functionality to let the user use the Touch Slider on the KL25Z board to control system volume.
Dependencies: mbed TSI MMA8451Q USBDevice
Fork of USBKeyboard_HelloWorld by
History
lib versions updated
2022-05-17, by lonczy [Tue, 17 May 2022 13:47:45 +0000] rev 10
lib versions updated
added play/pouse support in the middle of the slider.
2013-11-30, by lonczy [Sat, 30 Nov 2013 18:35:04 +0000] rev 9
added play/pouse support in the middle of the slider.
"load time" shortened, more effective memory usage by local variables.
2013-11-30, by lonczy [Sat, 30 Nov 2013 14:49:17 +0000] rev 8
"load time" shortened, more effective memory usage by local variables.
A Volume controller for touch slider, first try...
2013-11-30, by lonczy [Sat, 30 Nov 2013 12:51:15 +0000] rev 7
A Volume controller for touch slider, first try...
use latest USBDevice lib (FRDM-KL25Z support)
2013-03-01, by samux [Fri, 01 Mar 2013 13:23:58 +0000] rev 6
use latest USBDevice lib (FRDM-KL25Z support)
use mbed official USBDevice library
2012-10-14, by samux [Sun, 14 Oct 2012 12:46:51 +0000] rev 5
use mbed official USBDevice library