Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 664 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 664 Bytes

Qt DS18B20 Sensor

This is a Qt project that interfaces with a DS18B20 temperature sensor using QSerialPort and displays the temperature. It's meant as an example of using Qt and arduino together. See:

https://www.youtube.com/watch?v=eHUizPn-jpM

Note that Dialog::readSerial() differs slightly from as shown in the video.

Repository Contents

  • /DS18B20_Qt - Qt Project files
  • /DS18B20_arduino - arduino sketch

License Information

All code is released under GNU GPLv3.0. Please feel free to do anything you want with it.