[Sensor] Implement support for non-I2C modules #31
Labels
No labels
bug
documentation
duplicate
enhancement
help wanted
invalid
question
v0.1.x
v0.2.x
v0.3.x
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: DeltaLima/CanGrow#31
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
HX711 for example does not use I2C for communication, but it uses two GPIO pins too. So we need to define those Pins from the Sensor settings.
Another example are DHT11/21 or ds18b20 sensors, which are using one GPIO pin for communication.