attiny-ds18b20-library icon indicating copy to clipboard operation
attiny-ds18b20-library copied to clipboard

This is tinyAVR (ATtiny13, ATtiny25, ATtiny45, ATtiny85, etc.) library for DS18B20 temperature sensor.

Results 2 attiny-ds18b20-library issues
Sort by recently updated
recently updated
newest added

ERROR: undefined reference to `DS18B20_read(unsigned char)' my code: #include #include #include #include "ds18b20.h" //Pinos #define PIN_SENSOR_TEMPERATURA PB2 #define PIN_COMPRESSOR (0x08) //Parametros const int8_t TEMPERATURA_MINIMA=17; const int8_t TEMPERATURA_MAXIMA=20; //Funcoes void liga_compressor();...

Hi Łukasz, Thanks for publishing your code - it has helped me understand the 1-wire protocol. While studying the code, I think I found a small error: the return value...