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.
Fork of SOFT253_Template_Weather_OS_54 by
sensor.hpp@37:13f74964a045, 2017-05-15 (annotated)
- Committer:
- J_Satchell
- Date:
- Mon May 15 11:38:07 2017 +0000
- Revision:
- 37:13f74964a045
- Parent:
- 36:af6abc6f7590
fff
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| J_Satchell | 36:af6abc6f7590 | 1 | #ifndef SENSOR_H |
| J_Satchell | 36:af6abc6f7590 | 2 | #define SENSOR_H |
| J_Satchell | 36:af6abc6f7590 | 3 | |
| J_Satchell | 36:af6abc6f7590 | 4 | void sensor_init(); |
| J_Satchell | 36:af6abc6f7590 | 5 | void sensor_run(); |
| J_Satchell | 36:af6abc6f7590 | 6 | #endif |