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

Functions

int writeLine (text_t *p, char *str)
 Send a string + new line on the transmit device.

Detailed Description

Function to print a string with new-line to the text pointer.

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

Function Documentation

int writeLine ( text_t device,
char *  str 
)

Send a string + new line on the transmit device.

Parameters
devicePreviously open/started terminal device.
strNull terminated string to send.