Signal from the Output Module that the available current has changed current - mA
| 106 | // Signal from the Output Module that the available current has changed |
| 107 | // current - mA |
| 108 | void Scan_currentChange( unsigned int current ) |
| 109 | { |
| 110 | // Indicate to all submodules current change |
| 111 | Matrix_currentChange( current ); |
| 112 | LED_currentChange( current ); |
| 113 | } |
| 114 |
nothing calls this directly
no test coverage detected
searching dependent graphs…