SpenceKonde / megaTinyCore

Arduino core for the tinyAVR 0/1/2-series - Ones's digit 2,4,5,7 (pincount, 8,14,20,24), tens digit 0, 1, or 2 (featureset), preceded by flash in kb. Library maintainers: porting help available!
Other
551 stars 142 forks source link

Correct tinyAVR x04, x07 pinout diagrams #209

Closed SpenceKonde closed 4 years ago

SpenceKonde commented 4 years ago

These parts do not have an alternate set of pins for TWI/I2C - only the 1-series parts have that. The SCL/SDA pin labels should be removed from the pinout charts; this was previously done for the x06, but I'd neglected to check whether other parts also needed this treatment.

freemovers commented 4 years ago

Removed the alternative pin location on ATtiny_x07.gif and ATtiny_x04.gif

SpenceKonde commented 4 years ago

Damn that was fast!

SpenceKonde commented 4 years ago

Thanks!