Charles Tritt / Mbed OS 21_SerialPass_v5

myFuncs.h

Committer:
CSTritt
Date:
2021-10-13
Revision:
115:6ba84689e2c9
Child:
116:8990686eedf5

File content as of revision 115:6ba84689e2c9:

/* File: myFuncs.h

This file declares my utility functions.

Created by Dr. C. S. Tritt
Last reviseed: 10/13/21 (v. 1.0
*/

// The next two lines and final endif prevents multiple inclusion.
#ifndef MY_FUNCS
#define MY_FUNCS

// Function declarations...
void clrTerm(Serial *);

// Ends if. Don't put comments in pre-processor lines.
#endif