ADC10 connected sensors reading interface. More...
Go to the source code of this file.
Functions | |
void | adc_init () |
This function initializes the ADC variables. More... | |
UInt16 | adc_proccess () |
This function processes the tasks of the ADC. More... | |
void | adc_getTemp (UInt16 *temp, clock_timeStamp *tempTime) |
This function get current stored temperature. More... | |
void | adc_getVolt (UInt16 *volt, clock_timeStamp *voltTime) |
This function get current stored voltage. More... | |
void | adc_getLux (UInt16 *lux, clock_timeStamp *luxTime) |
This function get current stored luminescence. More... | |
void | ADC10_ISR () |
ADC10 Interrupt Service Request. More... | |
ADC10 connected sensors reading interface.
Provides access to the measurements of sensors connected to the ADC10.
Definition in file adc.h.