Name a couple of I2C related variables more intuitively.
This commit is contained in:
@@ -3,14 +3,13 @@
|
||||
|
||||
// Includes:
|
||||
|
||||
#include "fsl_gpio.h"
|
||||
#include "fsl_port.h"
|
||||
|
||||
#include "fsl_gpio.h"
|
||||
#include "fsl_port.h"
|
||||
#include "fsl_i2c.h"
|
||||
#include "i2c.h"
|
||||
#include "i2c_addresses.h"
|
||||
|
||||
// Macros:
|
||||
// Functions:
|
||||
|
||||
extern void LedDriver_WriteBuffer(uint8_t txBuffer[], uint8_t size);
|
||||
extern void LedDriver_WriteRegister(uint8_t reg, uint8_t val);
|
||||
|
||||
Reference in New Issue
Block a user