Updated readme.

This commit is contained in:
Mr Finchum 2025-09-15 14:16:30 +02:00
parent ee916c8ff7
commit e8116426b6
Signed by: CodeByMrFinchum
GPG key ID: 159B92F99AC1D388

View file

@ -1,3 +1,7 @@
# Arduino_Temperature_with_Display # Arduino_Temperature_with_Display
Program for arduino (nano) and DS18B20 and a display 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.