https://github.com/leask/temperature
DS18B20 USB HID temperature sender
https://github.com/leask/temperature
Last synced: 9 months ago
JSON representation
DS18B20 USB HID temperature sender
- Host: GitHub
- URL: https://github.com/leask/temperature
- Owner: Leask
- License: mit
- Created: 2016-02-21T17:14:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T17:16:09.000Z (almost 10 years ago)
- Last Synced: 2025-02-04T13:43:51.212Z (11 months ago)
- Language: C
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
1.需先按装libusb
sudo apt-get install libusb-1.0-0-dev
2.编释
sudo gcc -Wall temp.c -lusb -otemp