From 6e59d5d2962483d60f5fee521d9839d09abe79e6 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 8 Jan 2022 23:32:37 +0100 Subject: remove old TODO --- inventory/group_vars/chaos-at-home-sensors/vars.yml | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'inventory/group_vars/chaos-at-home-sensors') diff --git a/inventory/group_vars/chaos-at-home-sensors/vars.yml b/inventory/group_vars/chaos-at-home-sensors/vars.yml index d095558e..91bed8ce 100644 --- a/inventory/group_vars/chaos-at-home-sensors/vars.yml +++ b/inventory/group_vars/chaos-at-home-sensors/vars.yml @@ -2,19 +2,6 @@ sensornode_network_wired: no sensornode_sensors: {} -# TODO: add script to initialize i2c devices -## I2C Bus init examples: -## * add 8ch mux: echo "pca9548 0x70" > /sys/bus/i2c/devices/i2c-0/new_device -## * add DS2482: echo "ds2482 0x18" > /sys/bus/i2c/devices/i2c-0/new_device -## * add ADS1115: echo "ads1115 0x48" > /sys/bus/i2c/devices/i2c-0/new_device -## * add BME280: echo "bme280 0x76" > /sys/bus/i2c/devices/i2c-1/new_device -## * add BMP280: echo "bmp280 0x77" > /sys/bus/i2c/devices/i2c-1/new_device -## * add AM2315: echo "am2315 0x5c" > /sys/bus/i2c/devices/i2c-1/new_device -## * add MCP3221: echo "mcp3221 0x4d" > /sys/bus/i2c/devices/i2c-2/new_device - -# TODO: add collector for prometheus to export i2c-sensor data - - openwrt_arch: ramips openwrt_target: mt76x8 -- cgit v1.2.3