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

Functions

void writeBin (text_t *p, int number)
 Print string representation of a binary number to the receive device.

Detailed Description

Function to print a binary number to the terminal.

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

Function Documentation

void writeBin ( text_t device,
int  value 
)

Print string representation of a binary number to the receive device.

Parameters
*devicePreviously open/started terminal device.
valueNumber to print.