Arduino ONE and battery charging chip BQ27541

I need to reset battery charging chip BQ27541. That chip uses I2C communication .
Is it possible to use Arduino One as I2C voltage adapter so that I can reset( with a proper program) that BQ27541 chip?
Where can I find those I2C pins on Arduino?
Thank you

in the documentation of the Arduino ONE, whatever that is...

example of uno using I2C to communicate with MPU6050:
https://create.arduino.cc/projecthub/Raushancpr/mpu6050-configuration-with-arduino-1a3dcf

hope that helps....

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.