#include "net\ip.h"
Functions | |
void | scfDisplayIPValue (IP_ADDR *IPVal) |
void | scfInit (BYTE delay) |
void scfDisplayIPValue | ( | IP_ADDR * | IPVal | ) |
Writes out the IP value to the serial port
IPVal | IP value to write out to the port |
void scfInit | ( | BYTE | delay | ) |
Delays for the given time, and checks for any input on the serial port. If anything is received within this time, it enters the serial configuration menu. If not, it returns
delay | Delay in seconds |