1-wire
Here are 58 public repositories matching this topic...
This issue is two part:
- https://periph.io/x/periph/conn/gpio doesn't document that Halt is the formal way to unblock a WaitForEdge function.
- https://periph.io/device/button/ and https://periph.io/device/pir/ should demonstrate that in a copy-pastable way.
A Swift library for hardware projects on Linux/ARM boards with support for GPIOs/SPI/I2C/PWM/UART/1Wire.
-
Updated
Dec 9, 2019 - Swift
For more complex plugins it might be necessary to include a separate documentation besides the README. It's easy to do that with the web interface but it would be more conclusive to have an additional button in the plugins overview of the backend plugin.
Additionally it would be perfect to directly link from that site to a blog entry on the smarthome webpage. Either by URL (direct links to the
Flexible, Arduino Mega/Due/ESP8266/ESP32 based SmartHome controller with DMX-512 in/out, 1-Wire, Modbus, MQTT interfaces. OpenHab/HomeAssistant/ioBroker compatible.
-
Updated
Nov 6, 2019 - C++
There exists no concise documentation on how to assemble a remote sensor (using XBee, resistors, LEDs, etc.) to a novice or person unfamiliar with the system.
Connect RaspberryPi GPIOs and 1-Wire temperature sensors to MQTT :cake::radio_button::satellite:
-
Updated
Sep 23, 2019 - JavaScript
Export Prometheus data from 1-Wire temperature sensors, using an Arduino or Linux system
-
Updated
Sep 11, 2019 - Python
Service for monitoring 1-Wire devices connected to Raspberry Pi
-
Updated
Dec 15, 2018 - JavaScript
A Swift library for the DS18B20 digital temperature sensor
-
Updated
Sep 26, 2019 - Swift
An arduino library to communicate using the Dallas one-wire protocol, where the Arduino takes the role of a slave. Entirely implemented using interrupts, you can perform other tasks while communication is handled in background.
-
Updated
Jul 9, 2019 - C++
Digital Thermometer App using DS2480B 1-Wire bus driver with DS18B20 digital temperature sensors
-
Updated
Mar 17, 2018 - C#
Generic slave implementation of the 1-wire protocol in C
-
Updated
May 6, 2019 - C
Neo Pixels (WS2812, WS2812B) support for LinkIt 7697
-
Updated
May 31, 2017 - C++
Improve this page
Add a description, image, and links to the 1-wire topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 1-wire topic, visit your repo's landing page and select "manage topics."
There is an optional
boardparam than may be passed in the constructor opts for all device classes. Simply put, it allows the user to specify which board they want to use in projects that have multiple boards. It is currently not documented anywhere and should probably be added to all the classes.