//This code shows how to upload a code to attiny using arduino as ISP in Platformio //at first upload code to arduino as ISP from arduino ide>example>arduinoISP //next connect the arduino to attiny ...
This project implements a digital thermometer that uses an ATTINY861A microcontroller, a DS18B20 temperature sensor, and a 3-digit 7-segment common-anode display. The code was written in Arduino IDE ...