ina3221 mcp4725 pcf8574 hd44780 upgrade
This commit is contained in:
parent
d93c441da0
commit
e7d619b882
11 changed files with 107 additions and 95 deletions
|
|
@ -132,7 +132,7 @@ typedef union
|
|||
* Device description
|
||||
*/
|
||||
typedef struct {
|
||||
const uint8_t addr; // ina3221 I2C address
|
||||
const i2c_dev_t i2c_dev; // ina3221 I2C address
|
||||
const uint16_t shunt[BUS_NUMBER]; //Memory of shunt value (mOhm)
|
||||
ina3221_config_t config; //Memory of ina3221 config
|
||||
ina3221_mask_t mask; //Memory of mask_config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue