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.
Diego.h
- Committer:
- DiegoRivera
- Date:
- 2016-02-10
- Revision:
- 12:6437206cd4d5
- Child:
- 14:968673858d9a
File content as of revision 12:6437206cd4d5:
#ifndef Diego
#define Diego
#include "mbed.h"
void Diego_mensaje()
{
DigitalOut Do1(D0);
Do1=1;
}
#endif
