simpletext library  v0.99.1
Compact variations of put/get write/read and print/scan for smaller program sizes
Functions
writeStrDigits.c File Reference
#include <ctype.h>
#include "simpletext.h"

Functions

int writeStrLen (text_t *p, char *str, int width)
 Send a string to the device.

Detailed Description

Function to print a string of specified width to the pointer.

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

Function Documentation

int writeStrLen ( text_t device,
char *  str,
int  width 
)

Send a string to the device.

Parameters
*deviceConnection identifier to serial, fdserial, or other text_t compatible device that has been opened.
strNull terminated string to send.
widthNumber of characters to print padded by spaces.