CLEON
Version 1
Cloud-Offloaded GPS Receiver
Main Page
Related Pages
Data Structures
Files
File List
Globals
hal_adc.h
Go to the documentation of this file.
1
7
#ifndef __HAL_ADC_H__
8
#define __HAL_ADC_H__
9
10
#define HAL_ADC_StartADC() ADC12CTL0 |= ADC12SC
11
#define HAL_ADC_StopADC() ADC12CTL0 &= ~ADC12SC
12
13
void
HAL_ADC_Init
(
void
);
14
15
#endif
hal
hal_adc.h
Generated on Tue May 28 2013 15:17:19 for CLEON by
1.8.2