initial WIP
lots of code copied over, things filled in to hopefully get the LED matrix lighting up. untested.
This commit is contained in:
22
firmware/app/driver/adc.h
Normal file
22
firmware/app/driver/adc.h
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __APP_DRIVER_ADC_H
|
||||
#define __APP_DRIVER_ADC_H
|
||||
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
|
||||
void adc_init();
|
||||
void adc_next();
|
||||
|
||||
int8_t adc_get_tkey(uint8_t key_idx);
|
||||
|
||||
void adc_isr();
|
||||
|
||||
|
||||
|
||||
#endif /* __APP_DRIVER_ADC_H */
|
||||
Reference in New Issue
Block a user