simpletext library
v0.85
Compact variations of put/get write/read and print/scan for smaller program sizes
|
#include "simpletext.h"
Functions | |
int | putLine (const char *str) |
Function to print a string with new-line to the terminal.
Copyright (c) 2013, Parallax Inc. Written by Steve Denson putln name by Parallax.
int putLine | ( | const char * | str) |
Send a string + new line on the transmit debug port. This is an alias of putln.
str | is the null terminated string to send. |