simpletext library
v0.85
Compact variations of put/get write/read and print/scan for smaller program sizes
|
#include "simpletext.h"
Functions | |
void | putChar (char c) |
Function to print a char to the default terminal. If c is
, append .
Copyright (c) 2013, Parallax Inc. Written by Steve Denson
void putChar | ( | char | c) |
Send a char on the debug port.
c | is the char to send. |