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

Functions

int putStr (const char *str)
 

Detailed Description

Function to print a string to the terminal.

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

Function Documentation

int putStr ( const char *  str)

Send a string on the transmit debug port.

Parameters
stris the null terminated string to send.