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.
detectorimpacto.hh
- Committer:
- joseortega
- Date:
- 2016-02-10
- Revision:
- 9:c217aed1ac8a
- Parent:
- 8:5980909a65c0
- Child:
- 20:159d9bab43fc
- Child:
- 21:126249da7210
File content as of revision 9:c217aed1ac8a:
#ifndef detectorimpacto
#define detectorimpacto
#include " mbed.h"
void detectorimpacto_mensaje(){
DigitalOut Do1(D0);
Do1=1;
}
#endif
