openpdu/etc/openpdu/boards.conf

31 lines
394 B
Plaintext
Raw Normal View History

2018-02-14 22:06:24 +00:00
[DEFAULT]
# EXAMPLE GPIO BOARD
# [board0]
2018-02-17 15:56:42 +00:00
# channel0 = 1
# channel1 = 2
# channel2 = 3
# channel3 = 7
# channel4 = 8
# channel5 = 9
# channel6 = 11
# channel7 = 12
2018-02-14 22:06:24 +00:00
# type = gpio-out
# channels = 8
# EXAMPLE I2C BOARD
# [board1]
# type = i2c-out
2018-05-15 22:17:04 +00:00
# address = 0x27
2018-02-14 22:06:24 +00:00
# channels = 8
2018-05-15 22:17:04 +00:00
# bus = 0
# EXAMPLE I2C CURRENT BOARD
# [board2]
# type = i2c-current
# address = 0x48
# channels = 4
# bus = 0