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.
SensorDigital.cpp@0:f42f18c56a88, 2013-11-16 (annotated)
- Committer:
- pcolla
- Date:
- Sat Nov 16 00:48:19 2013 +0000
- Revision:
- 0:f42f18c56a88
alarma VyV
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
pcolla | 0:f42f18c56a88 | 1 | #include "alarma.h" |
pcolla | 0:f42f18c56a88 | 2 | #include "mbed.h" |
pcolla | 0:f42f18c56a88 | 3 | |
pcolla | 0:f42f18c56a88 | 4 | int SensorDigital(void){ |
pcolla | 0:f42f18c56a88 | 5 | DStatus = Estado; |
pcolla | 0:f42f18c56a88 | 6 | return DStatus; |
pcolla | 0:f42f18c56a88 | 7 | } |