Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-01 00:30:49 +00:00
parent dfa6cb04db
commit 06d1dc053b
33 changed files with 263 additions and 23 deletions

View File

@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
---
# i2cget
> Read from an register of an I2C device.
> Read from a register of an I2C device.
> See also: `i2cdetect`, `i2cdump`, `i2cset`.
> Note: All addresses should be specified in hexadecimal.
> More information: <https://manned.org/i2cget>.