simpletext library  v0.98
Compact variations of put/get write/read and print/scan for smaller program sizes
Functions
putLine.c File Reference
#include "simpletext.h"

Functions

int putLine (const char *str)
 Print string + new line on the transmit debug port. This is an alias of putln.

Detailed Description

Function to print a string with new-line to the terminal.

Copyright (c) 2013, Parallax Inc. Written by Steve Denson putln name by Parallax.

Function Documentation

int putLine ( const char *  str)

Print string + new line on the transmit debug port. This is an alias of putln.

Parameters
*strNull terminated string to send.