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
main.h
- Committer:
- john78727
- Date:
- 2013-06-28
- Revision:
- 5:ea8cde7c817f
- Parent:
- 2:260128ae5746
File content as of revision 5:ea8cde7c817f:
#ifndef MAIN_H #define MAIN_H #define on 0; #define off 1; extern DigitalOut blue; extern DigitalOut green; extern DigitalOut red; extern AnalogOut piezo; #endif