diff --git a/README.md b/README.md index 1aaa2fc..ff03210 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # Arduino_Temperature_with_Display -Program for arduino (nano) and DS18B20 and a display \ No newline at end of file +Program to show temperature (DS18B20) on a (I2C OLED) Display. + +# Disclaimer +Parts of the code derive from templates from the packages used to work with the sensor/display. +Some snippeds (one liner) come from chatGPT.