PropWare  3.0.0.229
C++ objects and CMake build system for Parallax Propeller
Functions
writeStrDigits.c File Reference
#include <ctype.h>
#include "simpletext.h"
+ Include dependency graph for writeStrDigits.c:

Go to the source code of this file.

Functions

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

Detailed Description

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

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

Definition in file writeStrDigits.c.

Function Documentation

◆ writeStrLen()

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.

Definition at line 11 of file writeStrDigits.c.

+ Here is the call graph for this function: