TestLib

Dependents:   STM32_Blink_LED

Revision:
0:1f1497d6e6fc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MyLib.h	Wed Jan 09 22:26:43 2019 +0000
@@ -0,0 +1,11 @@
+/** My HelloWorld class.
+ *  Used for printing "Hello World" on USB serial.
+ */
+class HelloWorld {
+    public:
+        /** Create HelloWorld instance */
+        HelloWorld();
+
+        /** Print the text */
+       // printIt(uint32_t delay = 0);
+};
\ No newline at end of file