SZSPTP ez430-RF2480 1.0

ZigBee Sensor Network with synchronized time and time-stamped measurements.
adc.h File Reference

ADC10 connected sensors reading interface. More...

#include <xdc/std.h>
#include "clock.h"
+ Include dependency graph for adc.h:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

ADC10 connected sensors reading interface.

Provides access to the measurements of sensors connected to the ADC10.

Definition in file adc.h.