aboutsummaryrefslogtreecommitdiff
path: root/adc.h
blob: 3eaea414750907cacbd747a10978aa3218e0adfa (plain)
1
2
3
4
5
6
7
8
9
#include <avr/io.h>
#include <avr/interrupt.h>
#include <stdint.h>

#ifndef _IOE_ADC_H_
#define _IOE_ADC_H_


#endif /* _IOE_ADC_H_ */