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 C12832 MMA7660 USBDevice
main.cpp
- Committer:
- samux
- Date:
- 2011-11-03
- Revision:
- 0:c1db4aaad050
- Child:
- 1:291a88a2c151
File content as of revision 0:c1db4aaad050:
#include "mbed.h" #include "USBKeyboard.h" USBKeyboard keyboard; int main(void) { while (1) { keyboard.mediaControl(KEY_VOLUME_DOWN); keyboard.printf("Hello World from Mbed\r\n"); wait(1); } }