Search found 1 match
- Sun Mar 28, 2021 9:18 am
- Forum: Projects
- Topic: DS18B20 on STM32F103C8
- Replies: 8
- Views: 10639
Re: DS18B20 on STM32F103C8
You should use in your sketch
#include OneWireSTM.h
as shown by this example: https://github.com/rogerclarkmelbourne/Arduino_STM32/blob/master/STM32F1/libraries/OneWireSTM/examples/DS18x20_Temperature/DS18x20_Temperature.ino
Thanks a much!
I would like to share also a library free code ...