MCPcopy Create free account
hub / github.com/kiibohd/controller / Scan_currentChange

Function Scan_currentChange

Scan/Infinity_60_LED/scan_loop.c:108–113  ·  view source on GitHub ↗

Signal from the Output Module that the available current has changed current - mA

Source from the content-addressed store, hash-verified

106// Signal from the Output Module that the available current has changed
107// current - mA
108void Scan_currentChange( unsigned int current )
109{
110 // Indicate to all submodules current change
111 Matrix_currentChange( current );
112 LED_currentChange( current );
113}
114

Callers

nothing calls this directly

Calls 2

Matrix_currentChangeFunction · 0.50
LED_currentChangeFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…