PS_Fgen_FW  4da88f4073c1cc65ea45c3a652a2751e495e50db
Firmware for an Power Supply and Function Generator build from an ATX power supply
Loading...
Searching...
No Matches
ADC.h
Go to the documentation of this file.
1
9
10#ifndef ADC_H_
11#define ADC_H_
12
13#include "../Pins/Pins.h"
14
21void ADC_init();
22
30
31
32#endif /* ADC_H_ */
void ADC_init()
Initialize the Analog Digital Converter.
Definition ADC.cpp:12
void ADC_startConversion()
Start the conversion of the Analog Digital Converter.
Definition ADC.cpp:20
Containing defines and functions for basic pin initialization and handling.