Files
the-waterinator/firmware/atmega/include/twi.h
T

8 lines
78 B
C

#ifndef TWI_H
#define TWI_H
void twiInit(void);
void twiAlert(void);
#endif