rename
This commit is contained in:
parent
949591a50d
commit
b6d0b4c8f5
29 changed files with 0 additions and 0 deletions
15
firmware/adu.h
Normal file
15
firmware/adu.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#ifndef ADC_H
|
||||
#define ADC_H
|
||||
|
||||
#include <avr/io.h>
|
||||
#include <util/delay.h>
|
||||
#include <stdint.h>
|
||||
|
||||
class ADU
|
||||
{
|
||||
public:
|
||||
void init(void);
|
||||
uint16_t getValue(uint8_t);
|
||||
};
|
||||
|
||||
#endif // ADC_H
|
Loading…
Add table
Add a link
Reference in a new issue