You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2021. It is now read-only.
I have just started using Arduino for quick project development for standalone MCU development mainly because of the range of libraries - I usually use Flowcode.
One thing which often really hinders me is being forced to use the Arduino pin number designations. As this is spouted as a 'PRO' IDE is the option I would like to have the option to use standard pin numbers on the chip eg PB1, PA3 etc and not 13.
I know this seems trivial but when you are looking at a datasheet for a given MCU they do not give the Arduino designations - you then have to find a pin schematic to cross reference the data sheet and Arduino numbering system.
I know this is slightly outside the original remit of Arduino but the usage of this IDE has mushroomed outside the original design brief for beginners and like I said this is for the PRO version.