Browse Source

Updated CK3 with Scan_currentChange (copy from MD1).

capsense
CryHam 8 years ago
parent
commit
602b482538
2 changed files with 11 additions and 0 deletions
  1. 9
    0
      Scan/CK3/scan_loop.c
  2. 2
    0
      Scan/CK3/scan_loop.h

+ 9
- 0
Scan/CK3/scan_loop.c View File

} }




// 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 ----- // ----- CLI Command Functions -----



+ 2
- 0
Scan/CK3/scan_loop.h View File

void Scan_finishedWithMacro( uint8_t sentKeys ); // Called by Macro Module void Scan_finishedWithMacro( uint8_t sentKeys ); // Called by Macro Module
void Scan_finishedWithOutput( uint8_t sentKeys ); // Called by Output Module void Scan_finishedWithOutput( uint8_t sentKeys ); // Called by Output Module


void Scan_currentChange( unsigned int current ); // Called by Output Module



// ----- Capabilities ----- // ----- Capabilities -----