mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-02 19:29:30 +00:00
Add option to measure external supply voltage on ADC2
This commit is contained in:
parent
e7d2b64894
commit
4576b7b671
@ -67,9 +67,12 @@ typedef enum {
|
|||||||
/** \} */
|
/** \} */
|
||||||
|
|
||||||
/** \brief Initialize the temperature sensor
|
/** \brief Initialize the temperature sensor
|
||||||
|
* ADC2=EXT_SUPL_SIG can also be measured and sent
|
||||||
|
* to the 1284p along with the temperature reading.
|
||||||
*
|
*
|
||||||
* \return EOF on error
|
* \return EOF on error
|
||||||
*/
|
*/
|
||||||
|
//#define MEASURE_ADC2 1 //adds 250 bytes to program size
|
||||||
int temp_init(void);
|
int temp_init(void);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user