LEDComm
1.0
|
LEDComm Driver code (see http://mecrisp.sourceforge.net/ledcomm.htm) More...
Go to the source code of this file.
Functions | |
void | ldInit (void) |
LEDComm Driver initialization. More... | |
void | ldObjectInit (LEDCommDriver_t *ldp, qnotify_t inotify, qnotify_t onotify) |
Initializes a generic full duplex driver object. More... | |
void | ldStart (LEDCommDriver_t *ldp, const LEDCommConfig_t *config) |
Configures and starts the driver. More... | |
void | ldStop (LEDCommDriver_t *ldp) |
Stops the driver. More... | |
void | ldIncomingDataI (LEDCommDriver_t *ldp, uint8_t b) |
Handles incoming data. More... | |
msg_t | ldRequestDataI (LEDCommDriver_t *ldp) |
Handles outgoing data. More... | |
LEDComm Driver code (see http://mecrisp.sourceforge.net/ledcomm.htm)
Definition in file ledcomm.c.