Functions | |
| void | e_init_ad (void) |
| Initialize all the A/D register needed. | |
| int | e_read_ad (unsigned int channel) |
| Function to sample an AD channel. | |
| void e_init_ad | ( | void | ) |
Initialize all the A/D register needed.
| int e_read_ad | ( | unsigned int | channel | ) |
Function to sample an AD channel.
| channel | The A/D channel you want to sample Must be between 0 to 15 |
1.5.4