https://github.com/ellerbach/rpi-win10-helpers
Windows 10 IoT Core helpers for Raspberry and other boards
https://github.com/ellerbach/rpi-win10-helpers
Last synced: 7 days ago
JSON representation
Windows 10 IoT Core helpers for Raspberry and other boards
- Host: GitHub
- URL: https://github.com/ellerbach/rpi-win10-helpers
- Owner: Ellerbach
- License: apache-2.0
- Created: 2016-02-23T12:02:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-01T13:25:06.000Z (about 10 years ago)
- Last Synced: 2025-10-08T23:44:01.004Z (9 months ago)
- Language: C#
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RPI-Win10-Helpers
Windows 10 IoT Core helpers for Raspberry and other boards.
Those helpers are split over:
- communication
- HX711, it's a 24 bit analog to digital, 2 analog ways. Using 2 digital GPIO
- OneWire (1-wire), using the serial port and 2 wires but making it working :-)
- Movement
- PWM can use any GPIO. Warning: class not made to use more than 1 or 2 PWM so far
- Servo Motor to pilot as many servo motors as you want. Warning: precision is not perfect as it's a soft PWM
- Sensors
- DS18B201 familly. It's using the OneWire library. Make it easy toimplement any other 1 Wire elements
- Web
- A class to create parameters from URL like ?elam1=abc&elem2=123
- Helplers which does countains precise clocks as well as file system path management
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.