STM32f303k8t6 Nucleo board with DS18S20 Temp sensor.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-08-15 5: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.
Labels:
- Labels:
-
STM32F3 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-08-16 4:14 AM
This library requires FreeRTOS + cmsis_os layer on top of it.
