Skip to content

Commit 6d82035

Browse files
authored
Add read_8 backend for humility sensors (#491)
It's silly that `humility sensors` requires udprpc to iterate over sensors, when the data is right there in RAM. This PR adds a backend that reads the raw memory and imitates the `Sensor.get` API locally to decode the values.
1 parent d7fd204 commit 6d82035

File tree

399 files changed

+2416
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

399 files changed

+2416
-69
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/sensors/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ itertools.workspace = true
1515
humility.workspace = true
1616
humility-cmd.workspace = true
1717
humility-cli.workspace = true
18+
humility-doppel.workspace = true
1819
humility-hiffy.workspace = true
1920
humility-idol.workspace = true

0 commit comments

Comments
 (0)