From c45f1fd69ccad7352b3be3e18e69611c9a15ed06 Mon Sep 17 00:00:00 2001 From: Peter Harper Date: Thu, 2 Jul 2026 10:39:27 +0100 Subject: [PATCH] Minor readme fix ina260 appears twice in readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d8b7756b8..71bdf5fad 100644 --- a/README.md +++ b/README.md @@ -152,9 +152,8 @@ App|Description ---|--- [bus_scan](i2c/bus_scan) | Scan the I2C bus for devices and display results. [bmp280_i2c](i2c/bmp280_i2c) | Read and convert temperature and pressure data from a BMP280 sensor, attached to an I2C bus. -[ina260_i2c](i2c/ina260_i2c) | Monitor power usage of another Pico device ina260 sensor, via I2C. -[ina228_i2c](i2c/ina228_i2c) | Monitor power usage of another Pico device ina228 sensor, via I2C. [ina219_i2c](i2c/ina219_i2c) | Monitor power usage of another Pico device using an ina219 sensor, via I2C. +[ina228_i2c](i2c/ina228_i2c) | Monitor power usage of another Pico device ina228 sensor, via I2C. [ina237_i2c](i2c/ina237_i2c) | Monitor power usage of another Pico device using an ina237 sensor, via I2C. [ina260_i2c](i2c/ina260_i2c) | Monitor power usage of another Pico device using an ina260 sensor, via I2C. [lcd_1602_i2c](i2c/lcd_1602_i2c) | Display some text on a generic 16x2 character LCD display, via I2C.