Introduction The Atmel tinyAVR MCU’s are great little chips for projects but can prove difficult to debug. Some ATtiny chips do not have direct support for hardware based serial and therefore the Serial object is unavailable in your code, however, it is easy to add a SoftwareSerial object and view output in the Arduino IDE. […]
The post Easy Serial on the ATtiny appeared first on Use Arduino for Projects.