#ifndef __I2C_H #define __I2C_H #define I2C_ADDRESS 0x4F /* Initialise the I2C peripheral */ void i2c_init( void ); #endif /* __I2C_H */