#include <avr/io.h>
#include <stdint.h>

void wait(void);
void adc_init(void);
uint16_t adc_getValue(unsigned char);

