An Arduino library for interfacing with the ACS772 Hall-effect Current Sensor.
This library reads the analog voltage output of the ACS772 and converts it into the measured current using the configured sensitivity.
- Features
- Supports ACS772 Hall-effect current sensors (5A to 200A variants).
- Converts analog voltage to current (A).
- Simple initialization and reading API.
- Example sketches included for quick start.
- Compatible with all Arduino boards (UNO, Mega, Leonardo, ESP32, etc).
- Installation
- Download this repository as a ZIP file.
- In Arduino IDE, go to Sketch → Include Library → Add .ZIP Library...
- Select the downloaded ZIP file.
- Restart Arduino IDE.
The library will now appear under File → Examples → ACS772_CurrentSensor.