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

Functions

void putBinDigits (int number, int digits)
 Print string representation of a binary number to debug port with a fixed number of digits.

Detailed Description

Function to print a binary number to the debug port.

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

Function Documentation

void putBinDigits ( int  value,
int  digits 
)

Print string representation of a binary number to debug port with a fixed number of digits.

Parameters
valueNumber to print.
digitsNumber of characters to print.