Updated CK3 with Scan_currentChange (copy from MD1).
This commit is contained in:
parent
a848a6bc79
commit
602b482538
2 changed files with 11 additions and 0 deletions
|
@ -175,6 +175,15 @@ void CustomAction_blockKey_capability( uint8_t state, uint8_t stateType, uint8_t
|
|||
}
|
||||
|
||||
|
||||
// Signal from the Output Module that the available current has changed
|
||||
// current - mA
|
||||
void Scan_currentChange( unsigned int current )
|
||||
{
|
||||
// Indicate to all submodules current change
|
||||
Matrix_currentChange( current );
|
||||
}
|
||||
|
||||
|
||||
|
||||
// ----- CLI Command Functions -----
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue