NetBurner 3.0
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
examples
PlatformSpecific
MOD5441x
Mod5441xFactoryApp
src
SimpleAD.h
Generated by
1.8.14