simpletext library
v0.99.1
Compact variations of put/get write/read and print/scan for smaller program sizes
|
Functions | |
int | writeStrLen (text_t *p, char *str, int width) |
Send a string to the device. |
Function to print a string of specified width to the pointer.
Copyright (c) 2013, Parallax Inc. Written by Steve Denson
int writeStrLen | ( | text_t * | device, |
char * | str, | ||
int | width | ||
) |
Send a string to the device.
*device | Connection identifier to serial, fdserial, or other text_t compatible device that has been opened. |
str | Null terminated string to send. |
width | Number of characters to print padded by spaces. |