mirror of
https://github.com/xtacocorex/CHIP_IO
synced 2025-07-20 04:43:21 +00:00
For example, you can hook up to the 8 XIO pins and 8 CSID pins to read a word in just two calls: `GPIO.read_byte("XIO") + GPIO.read_byte("CSID") << 8` For fast-changing inputs (e.g. reading from a counter), this is more accurate than reading the bits individually.