Use I2cRead() and I2cWrite() wherever possible.

This commit is contained in:
László Monda
2017-01-02 19:29:13 +01:00
parent 714a6a9b1a
commit af1741ae4e
3 changed files with 6 additions and 39 deletions

View File

@@ -41,7 +41,6 @@
// Functions:
extern void LedDriver_WriteBuffer(uint8_t i2cAddress, uint8_t buffer[], uint8_t size);
extern void LedDriver_WriteRegister(uint8_t i2cAddress, uint8_t reg, uint8_t val);
extern void LedDriver_SetAllLedsTo(uint8_t val);
extern void LedDriver_InitAllLeds(char isEnabled);