avrinput/analogout.h

8 lines
81 B
C
Raw Normal View History

#ifndef _ANALOGOUT_H_
#define _ANALOGOUT_H_
void
analogout_init(void);
#endif