|
Contiki 2.5
|
ADC driver implementationMore...
#include "adc-drv.h"Go to the source code of this file.
Functions | |
| void | adc_init (uint8_t mode, uint8_t ref) |
| Initialize the ADC module. More... | |
| void | adc_set_mux (uint8_t mux) |
| With this function you can set the ADX multiplexer. More... | |
| uint16_t | adc_get_value (void) |
| This function returns the ADC data register value. More... | |
| uint16_t | adc_get_value_from (uint8_t chn) |
| This function returns the ADC data register value of the given ADC channel. More... | |
| void | adc_deinit (void) |
| This function stops all running ADC. More... | |
ADC driver implementation
Definition in file adc-drv.c.
1.8.3.1