//********************************************************************* //-------------------- Buses Configuration -------------------- //********************************************************************* //Default "UDP Command Port" //#define DEFAULT_CMD_UDPPORT (54123)
Functions | |
| void | busInit (void) |
| void | busProcess (void) |
| void busInit | ( | void | ) |
Initializes "UDP Command Port" and "UDP Command Responce Port". These ports are used for sending and receiving and commands via the UDP port.
| void busProcess | ( | void | ) |
Must be called every couple of ms
1.5.2