Output Module Setup
| 47 | |
| 48 | // Output Module Setup |
| 49 | inline void Output_setup() |
| 50 | { |
| 51 | // Initialize Interface module |
| 52 | OutputGen_setup(); |
| 53 | |
| 54 | // Initialize the USB module |
| 55 | UART_setup(); |
| 56 | } |
| 57 | |
| 58 | |
| 59 | // Output Module Data Poll |
nothing calls this directly
no test coverage detected
searching dependent graphs…