Help with Attiny85 RX Uart Pin
Opened this issue · 3 comments
GabrielSCorrea commented
hmeijdam commented
backgroundprocessing commented
For the ATtiny x5, the line should read "Software PB0, PB1" rather than "Software PB0, PA1".
There are no PA pins on the ATtiny x5 devices.
As shown on the pinout diagram, PB1 is also referred to as AIN1, either name can be used.
bakeddean commented
I think @backgroundprocessing is correct, there is a typo in the documentation.
From https://github.com/SpenceKonde/ATTinyCore/blob/v2.0.0-devThis-is-the-head-submit-PRs-against-this/avr/cores/tiny/TinySoftwareSerial.h
/* Where should this work?
* ATtiny x5: Yes - RX on PB1, TX defaults to PB0, can be PB0~4.