We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2052fa6 commit 5196a34Copy full SHA for 5196a34
1 file changed
README.md
@@ -147,6 +147,7 @@ App|Description
147
---|---
148
[bus_scan](i2c/bus_scan) | Scan the I2C bus for devices and display results.
149
[bmp280_i2c](i2c/bmp280_i2c) | Read and convert temperature and pressure data from a BMP280 sensor, attached to an I2C bus.
150
+[ina228_i2c](i2c/ina228_i2c) | Monitor power usage of another Pico device ina228 sensor, via I2C.
151
[lcd_1602_i2c](i2c/lcd_1602_i2c) | Display some text on a generic 16x2 character LCD display, via I2C.
152
[lis3dh_i2c](i2c/lis3dh_i2c) | Read acceleration and temperature value from a LIS3DH sensor via I2C
153
[mcp9808_i2c](i2c/mcp9808_i2c) | Read temperature from a MCP9808 sensor, set limits and raise alerts when limits are surpassed.
0 commit comments