Create driver for the INA226 current sense amplifier.
.h file:
- Register defines, any handles or structs needed that will store parameters, registers, API prototypes
.c file:
- Implementation of APIs, (read_current, read_voltage, read_power, write_register, read_register, initialize_INA, checkFaults)
Create driver for the INA226 current sense amplifier.
.h file:
.c file: