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

Functions

int writeStr (text_t *p, char *str)
 Send a string on the transmit device.

Detailed Description

Function to print a string to the pointer.

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

Function Documentation

int writeStr ( text_t device,
char *  str 
)

Send a string on the transmit device.

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