For the control of a Animatronic Lion, I need to run 13 digital servos but Uno only provides 12 outputs.
I understand that via pin mapping I can re-map some ports...?
I build a small test setup, running several servos and that works like a charm...now I found out I need 13 channels instead of 12 but still want to use the Uno.
Can anyone help me to change the sketch? (I have no expertise in programming)
I did read and choose to post it here...I don't have the ambition to become a programmer at all.
Sorry if I did something wrong or ruined your day!
Where should I post this then?
It has nothing to do with pin mapping. What you need to understand is that the pins labeled as A0, etc. can also be used as digital pins, they just have the additional special attribute of the analogRead() capability. This means the Uno actually has 22 digital IO pins but it's usually a good idea to avoid using pins 0 and 1 because those pins are also used for uploading sketches and printing to the Serial Monitor.
Re-posting is a bad idea, that's cross posting which is against the rules here. Instead, click the "Report to moderator" link at the bottom of your post and ask the moderator nicely if they'll move the thread. In the future, before posting please take a minute to look through the forum sections to find the most appropriate one.