positronic57 / DS18S20Library

DS18B20/DS18S20 temperature sensor AVR-libc library for AVR 8-bit microcontrollers.
GNU General Public License v2.0
9 stars 4 forks source link

unknown type name 'TSDS18x20' #2

Open prowler114 opened 6 years ago

prowler114 commented 6 years ago

I get the error 'unknown type name 'TSDS18x20'. The error points to uint8_t OWReset(TSDS18x20 *pDS18x20) in the ds18s20.c file. Any tips? I am working in Atmel Studio 7

positronic57 commented 6 years ago

Difficult to say without the actual error message from the compiler. I guess that the header file ds18S20.h is not included or the compiler cannot find it. The definition of the TSDS18x20 is in this header file.