simpletext library
v0.98
Compact variations of put/get write/read and print/scan for smaller program sizes
|
#include "simpletext.h"
Functions | |
int | putStr (const char *str) |
Print string to the debug port. |
Function to print a string to the terminal.
Copyright (c) 2013, Parallax Inc. Written by Steve Denson
int putStr | ( | const char * | str | ) |
Print string to the debug port.
*str | Null terminated string to send. |