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.
Dependencies: DmTftLibrary eeprom SX1280Lib filesystem mbed
Fork of MSNV2-Terminal_V1-5 by
Sensor.cpp@8:cd489b7c49a0, 2018-08-22 (annotated)
- Committer:
- FCH_31
- Date:
- Wed Aug 22 13:03:00 2018 +0000
- Revision:
- 8:cd489b7c49a0
- Child:
- 10:1b37e3b41947
1
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| FCH_31 | 8:cd489b7c49a0 | 1 | /* |
| FCH_31 | 8:cd489b7c49a0 | 2 | * MISNet |
| FCH_31 | 8:cd489b7c49a0 | 3 | * |
| FCH_31 | 8:cd489b7c49a0 | 4 | * Frame: Template sensors |
| FCH_31 | 8:cd489b7c49a0 | 5 | * |
| FCH_31 | 8:cd489b7c49a0 | 6 | * Created on: August 17, 2018 Author: Francis CHATAIN |
| FCH_31 | 8:cd489b7c49a0 | 7 | * |
| FCH_31 | 8:cd489b7c49a0 | 8 | */ |
| FCH_31 | 8:cd489b7c49a0 | 9 | |
| FCH_31 | 8:cd489b7c49a0 | 10 | #ifndef __SENSOR_C__ |
| FCH_31 | 8:cd489b7c49a0 | 11 | #define __SENSOR_C__ |
| FCH_31 | 8:cd489b7c49a0 | 12 | |
| FCH_31 | 8:cd489b7c49a0 | 13 | |
| FCH_31 | 8:cd489b7c49a0 | 14 | // ===================================== Includes |
| FCH_31 | 8:cd489b7c49a0 | 15 | #include "Sensor.h" |
| FCH_31 | 8:cd489b7c49a0 | 16 | |
| FCH_31 | 8:cd489b7c49a0 | 17 | // ===================================== Method of class |
| FCH_31 | 8:cd489b7c49a0 | 18 | |
| FCH_31 | 8:cd489b7c49a0 | 19 | |
| FCH_31 | 8:cd489b7c49a0 | 20 | void Sensor::getTest () {} |
| FCH_31 | 8:cd489b7c49a0 | 21 | |
| FCH_31 | 8:cd489b7c49a0 | 22 | |
| FCH_31 | 8:cd489b7c49a0 | 23 | |
| FCH_31 | 8:cd489b7c49a0 | 24 | #endif |
