Difference between revisions of "Grove - 6-Position DIP Switch"
From Teknologisk videncenter
(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...") |
m |
||
Line 13: | Line 13: | ||
i2cset -y 2 0x03 0xc0 0x10 | i2cset -y 2 0x03 0xc0 0x10 | ||
</source> | </source> | ||
− | [[Category:grove]][[Category: | + | [[Category:grove]][[Category:Beagleboard]] |
Revision as of 10:17, 10 November 2023
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