NetBurner 3.1
PlatformSpecific/MOD5441x/Mod5441xFactoryApp/src/SimpleAD.h
1 /*NB_REVISION*/
2 
3 /*NB_COPYRIGHT*/
4 
5 
6 void InitSingleEndAD(); // Setup the A/D converter to be ready to run
7 
8 void StartAD(); // Start A/D conversion set.
9 
10 bool ADDone(); // Return true if the conversion is complete
11 
12 uint16_t GetADResult(int ch); // Return the AD Result
13 
14 
15 
16 
17 
18 
19 
20