TestLib

Dependents:   STM32_Blink_LED

MyLib.h

Committer:
jmatt
Date:
2019-01-09
Revision:
0:1f1497d6e6fc

File content as of revision 0:1f1497d6e6fc:

/** 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);
};