2018-08-15 05:07 AM
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.
2018-08-16 04:14 AM
This library requires FreeRTOS + cmsis_os layer on top of it.