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
Diff: Sensor.cpp
- Revision:
- 8:cd489b7c49a0
- Child:
- 10:1b37e3b41947
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Sensor.cpp Wed Aug 22 13:03:00 2018 +0000
@@ -0,0 +1,24 @@
+/*
+ * MISNet
+ *
+ * Frame: Template sensors
+ *
+ * Created on: August 17, 2018 Author: Francis CHATAIN
+ *
+ */
+
+#ifndef __SENSOR_C__
+#define __SENSOR_C__
+
+
+// ===================================== Includes
+#include "Sensor.h"
+
+// ===================================== Method of class
+
+
+void Sensor::getTest () {}
+
+
+
+#endif
\ No newline at end of file
