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@12:e9ec35413787, 2018-08-23 (annotated)
- Committer:
- FCH_31
- Date:
- Thu Aug 23 14:23:46 2018 +0000
- Revision:
- 12:e9ec35413787
- Parent:
- 10:1b37e3b41947
4
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 | // ===================================== Includes |
| FCH_31 | 8:cd489b7c49a0 | 11 | #include "Sensor.h" |
| FCH_31 | 8:cd489b7c49a0 | 12 | |
| FCH_31 | 8:cd489b7c49a0 | 13 | // ===================================== Method of class |
| FCH_31 | 8:cd489b7c49a0 | 14 | |
| FCH_31 | 8:cd489b7c49a0 | 15 | |
| FCH_31 | 10:1b37e3b41947 | 16 | void Sensor::test () {} |
| FCH_31 | 8:cd489b7c49a0 | 17 |
