tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
599 stars 188 forks source link

Dallas onewire (ds18b20 temperature sensor) feature request #490

Closed s-fairchild closed 1 year ago

s-fairchild commented 1 year ago

Hello,

Is it possible that Dallas Onewire communication be added? I'm interested in using Tinygo with a ds18b20 temperature sensor. All the Go libraries I've found depend on a host driver/OS.

Thank you.

conejoninja commented 1 year ago

Closing this because it's a duplicated of #489

Answering your question, yes it should be possible to add a DS18B20 driver

s-fairchild commented 1 year ago

@conejoninja Thank you