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
562 stars 148 forks source link

Minor documentation points #72

Closed technoblogy closed 5 years ago

technoblogy commented 5 years ago

Thank you for this great work! At last I can program the new ATtiny Series 0 and Series 1 chips from the Arduino IDE!

A few minor notes:

SpenceKonde commented 5 years ago

Responses in order:

You mean the x14 and x04? I've already made issue for the pinout diagram, but haven't heard back from @freemovers who created the diagrams - I don't have the files needed to fix this myself

They have 3 DACs, but only o e of them can output its voltage on a pin. The others can only be used internally.

On the ADC channels,11 channels are available because the 12th is on the UPDI pin and isn't available for use. Like the classic avrs that have one on reset. I will think about how to better describe this.

Glad to hear that

technoblogy commented 5 years ago

You mean the x14 and x04?

No, the pins on the actual ATtiny202/402 and ATtiny212/412 chip package.

SpenceKonde commented 5 years ago

Oooh. Yeah. I see

SpenceKonde commented 5 years ago

These have been fixed - thanks for reporting :-)