An open API service indexing awesome lists of open source software.

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

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