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

Functions

int getHex (void)
 
int readHex (text_t *text)
 

Detailed Description

Function to get hexadecimal number from the terminal.

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

Function Documentation

int getHex ( void  )

Get a hexadecimal number from the debug port.

Returns
number received.
int readHex ( text_t device)

Get a hexadecimal number from the receive device.

Parameters
deviceis a previously open/started terminal device.
Returns
number received.