Aguijón Software Libraries  1.0
Documentation for the included Libraries
 All Files Functions Variables Typedefs Enumerations Enumerator Macros
init.h
Go to the documentation of this file.
1 //init.h
2 
3 void configTimer1(void);
4 void InitI2C(void);
5 void I2C_Start(void);
6 void I2C_Stop(void);
7 void I2CsendByte(unsigned char j);
8 unsigned char I2C_getByte(char do_ack);
9 void LCDinit(void);
10 void LCDinit2(void);