simpletext library
v0.8
Compact variations of put/get write/read and print/scan for smaller program sizes
|
#include "simpletext.h"
Functions | |
int | putln (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 putln | ( | char * | str | ) |
Send a string + new line on the transmit debug port.
str | is the null terminated string to send. |