! This project is currently (2020/03/13) under construction.
Open source UWP 1-Wire® library. Supports I2C single and eight channel masters (DS2482) and various slaves like thermometer, I2C-bridge, EEPROM, etc.
This library targets UWP IoT projects! Download directly from NuGet Rca.OneWireLib on NuGet.
- DS2482-100 - I²C to 1-Wire® bridge
- DS28E17 - 1-Wire® slave to I²C master bridge
- DS18B20 - digital thermometer
- DS28EC20 - 20480-bit EEPROM
Download the source from GitHub or get the compiled assembly from NuGet Rca.OneWireLib on NuGet.
Sample code can be found in the Rca.OneWireLib_SampleApp
project.
This library is made possible by contributions from:
- Elias Rümmler (@rmmlr) - core contributor
Rca.OneWireLib is licensed under MIT. Refer to LICENSE.txt for more information.
Contributions are welcome. Fork this repository and send a pull request if you have something useful to add.
- OpenPoolControl - My very own pool controller.