diff options
Diffstat (limited to 'fw/fe310/eos/i2c/bq25895.h')
-rw-r--r-- | fw/fe310/eos/i2c/bq25895.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fw/fe310/eos/i2c/bq25895.h b/fw/fe310/eos/i2c/bq25895.h new file mode 100644 index 0000000..f61a46f --- /dev/null +++ b/fw/fe310/eos/i2c/bq25895.h @@ -0,0 +1,5 @@ +#include <stdint.h> + +#define BQ25895_ADDR 0x6A + +void eos_bq25895_init(void); |