DPH Scan Module now compiles with recent architecture cleanups.

This commit is contained in:
Jacob Alexander 2014-04-16 00:15:09 -07:00
parent c905bfdebf
commit bb9c009586
6 changed files with 297 additions and 18 deletions

View file

@ -174,15 +174,15 @@ uint8_t dump_count = 0;
// ----- Function Declarations -----
void dump( void );
void dump();
void recovery( uint8_t on );
int sampleColumn( uint8_t column );
void capsense_scan( void );
void capsense_scan();
void setup_ADC( void );
void setup_ADC();
void strobe_w( uint8_t strobe_num );
@ -294,11 +294,6 @@ inline void Scan_setup()
{
sampleColumn( strobe_map[i] );
}
// Reset the keyboard before scanning, we might be in a wierd state
// Also sets the KeyIndex_BufferUsed to 0
scan_resetKeyboard();
}