simpletext library
v0.98
Compact variations of put/get write/read and print/scan for smaller program sizes
|
#include "simpletext.h"
Functions | |
void | writeBinDigits (text_t *p, int number, int digits) |
Print string representation of a binary number to output with a fixed number of digits. |
Function to print a binary number to the terminal.
Copyright (c) 2013, Parallax Inc. Written by Steve Denson
void writeBinDigits | ( | text_t * | device, |
int | value, | ||
int | digits | ||
) |
Print string representation of a binary number to output with a fixed number of digits.
*device | Previously open/started terminal device. |
value | Number to print. |
digits | Number of characters to print. |