cancel
Showing results for 
Search instead for 
Did you mean: 

STM32f303k8t6 Nucleo board with DS18S20 Temp sensor.

ssaho
Associate

Dear all, I want to read the temperature by DS18S30. For that I have downloaded the library for DS18B20 (not DS18S20, because not available) from https://github.com/nimaltd/ds18b20.

I have added this to my project in Keil as shown in figure. But it couldn't find some other header file related to the library**(#include "gpio.h" , #include "cmsis_os.h")**. Is it the error in the library file or project setup error.?

If there are some other way to do it, please suggest.

0690X000006BtcRQAS.jpg

1 REPLY 1
Tilen MAJERLE
ST Employee

This library requires FreeRTOS + cmsis_os layer on top of it.