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.
SensorPIR.h@0:820c81f96055, 2015-12-01 (annotated)
- Committer:
- Jorge_Beltran
- Date:
- Tue Dec 01 23:45:42 2015 +0000
- Revision:
- 0:820c81f96055
PIR Sensor HCSR 501
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Jorge_Beltran | 0:820c81f96055 | 1 | #include "mbed.h" |
Jorge_Beltran | 0:820c81f96055 | 2 | |
Jorge_Beltran | 0:820c81f96055 | 3 | /*Extern Defines*/ |
Jorge_Beltran | 0:820c81f96055 | 4 | |
Jorge_Beltran | 0:820c81f96055 | 5 | /*Extern Variables*/ |
Jorge_Beltran | 0:820c81f96055 | 6 | |
Jorge_Beltran | 0:820c81f96055 | 7 | /*Extern Functions*/ |
Jorge_Beltran | 0:820c81f96055 | 8 | extern int GetPersonStatus(int RoomPrescence); |