-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better/matching pinout in docs for LGT nano #35
Comments
Rant to myself: Never ever reuse the PC6 pin, if you want to upload some different sketch later on. Next one. 9 left ;) Next one: In pin definitions header, PE5(25) and PE6(26) is mistakenly swapped, and would not match new new A10. I changed that in the new pinout (any my local code). It should be problem as this pin# was never communicated. New: |
This is really good! Did you check out these projects? These are to generate the diagrams programatically from a CSV file. The format looks reasonable and the output looks quite good: |
Hahaha, that's hilarious! Time to try the ISP in the examples! :) just follow this: https://github.com/dbuezas/lgt8fx/blob/master/lgt8f/libraries/LarduinoISP/readme.md |
BTW, there are some pins that can output 80mA if you want to add that to the diagram |
Oookay, that generator was exactly what I was looking for, perfect! Thanks! |
Oh, good thing these boards cost less than a soda. I killed 3. 2 of them I killed twice (bridged the burnt diode and then burned for good a month later 😅 ) Looking forward to your findings with the generators! |
I think this here should be ok. Btw @dbuezas : |
Oh that's great news! I'll add an unbricking section and put your successful unbricking tips. The pinout looks amazing 🥇 ! Do you mind if I add your GitHub hook as author and the url of this core to it? |
I'm using your graphical pinout all the time |
Here are all the files, including the ones for generator. |
Great! I'll add this to the repo and docs soon. Maybe others also help making pinouts of more boards based in your work 🎉 |
I freaking love the pinout, I use it each time! |
Is there anyone out there who would "finalize" this attached pinout graphics I collected from layout+data sheet for wiki/docs?
We do have so much more I/O and possibilities (more DACs, differential analogs, the timer#3, more GPIO, even debugger pins can be resused as GPIO,,...):
(deleted graphics, see later in the thread)
After seeing this possibilities, there may be some small changes needed to support all of that ^^
PC6(D27) is completely missing even in pins-arduino; A10/A11 should not work from quick view into analogRead(). Needs to get added including the nice automatic "switch-function" when calling pinMode() as PE0/PE2/PE6. I'll create some PR.
So, some graphics guy here?
The text was updated successfully, but these errors were encountered: