Grove - 6-Position DIP Switch

From Teknologisk videncenter
Revision as of 11:16, 10 November 2023 by Heth (talk | contribs) (Created page with "=Linux Beagleboard= ==Command line== Read switch positions - notice byte 5 to 10. Posistions: 101101 (Reversed polarity) <source lang=bash> debian@beaglebone:~/bin/dip$ i2ctr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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