|
| file | debug.c |
| | printing to terminal functions.
|
| |
| file | debug.h [code] |
| | Functions to activare and display (rs232) debug.
|
| |
| file | htv.c |
| | Main struct of the project and eventually defaults.
|
| |
| file | htv.h [code] |
| | Main struct of the project and eventually defaults.
|
| |
| file | led.c |
| | led handling functions.
|
| |
| file | main.c |
| | Main.
|
| |
| file | receive.c |
| | the receiver code.
|
| |
| file | receive.h [code] |
| | Utility for rx.
|
| |
| file | transmit.c |
| | Interface and API from PC to TX module.
|
| |
| file | transmit.h [code] |
| | Utility for tx.
|
| |
| file | uart.c |
| | low level interface to the serial port
|
| |