1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_ina220
2018-08-26 09:34:58 +02:00
..
main.c drivers/ina220: adapt to new I2C api 2018-07-25 12:01:38 +02:00
Makefile tests/driver_*: Rely on Makefile.dep for FEATURES_REQUIRED 2018-08-26 09:34:58 +02:00
README.md drivers/ina220: Add driver for INA220 current and power sensor. 2015-03-19 17:22:22 +01:00

About

This is a manual test application for the INA220 current and power monitor driver.

Usage

This test application will initialize the sensor with the following parameters:

  • ADC resolution: 12 bit
  • Sampling time: 532 us
  • Calibration register: 4096

After initialization, the sensor reads the measurement values every 100ms and prints them to the STDOUT.