Grove - 6-Position DIP Switch

From Teknologisk videncenter
Revision as of 12:57, 5 April 2024 by Heth (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Seeed Grove - 6-Position DIP Switch

Linux Beagleboard

Command line

Read switch positions - notice byte 5 to 10. Posistions: 101101 (Reversed polarity)

debian@beaglebone:~/bin/dip$ i2ctransfer -y 2 w1@0x10 0x01 r10
0x00 0x00 0x00 0x80 0x00 0x01 0x00 0x00 0x01 0x00
Change I2C address
Change address from 0x03 to 0x10
i2cset -y 2 0x03 0xc0 0x10

Example: See Beaglebone black i2c