Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pi-top/i2c-tools-extra
Additional I2C utilities
https://github.com/pi-top/i2c-tools-extra
pi-topos
Last synced: about 1 month ago
JSON representation
Additional I2C utilities
- Host: GitHub
- URL: https://github.com/pi-top/i2c-tools-extra
- Owner: pi-top
- License: gpl-2.0
- Created: 2021-05-03T10:23:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-22T19:41:34.000Z (10 months ago)
- Last Synced: 2024-02-22T19:47:01.842Z (10 months ago)
- Topics: pi-topos
- Language: C
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# i2c-tools-extra
This package provides `i2cping`.
`i2cping` will probe a specified I2C address on a specified I2C bus. This is similar to `i2cdetect`, but is designed to be significantly faster, to quickly determine if a peripheral device could be connected.
This package is a fork of `i2c-tools`.