Brendon Ky / Mbed 2 deprecated cs_335_speedometer

Dependencies:   mbed mbed-rtos

Files at this revision

API Documentation at this revision

Comitter:
manavkoolz
Date:
Fri Nov 27 21:49:23 2020 +0000
Parent:
3:4a9a0ca52aab
Child:
5:b3d4eda8a1e3
Commit message:
Adds text to header files

Changed in this revision

input_driver.h Show annotated file Show diff for this revision Revisions of this file
output_driver.h Show annotated file Show diff for this revision Revisions of this file
--- a/input_driver.h	Fri Nov 27 21:46:28 2020 +0000
+++ b/input_driver.h	Fri Nov 27 21:49:23 2020 +0000
@@ -0,0 +1,6 @@
+#ifndef INPUT_DRIVER_H
+#define INPUT_DRIVER_H
+
+
+
+#endif
\ No newline at end of file
--- a/output_driver.h	Fri Nov 27 21:46:28 2020 +0000
+++ b/output_driver.h	Fri Nov 27 21:49:23 2020 +0000
@@ -0,0 +1,6 @@
+#ifndef OUTPUT_DRIVER_H
+#define OUTPUT_DRIVER_H
+
+
+
+#endif
\ No newline at end of file