DccPlusPlus / BaseStation

DCC++ Base Station for Arduino Uno and Mega
207 stars 150 forks source link

Pololu Pin Issue? #48

Open markwomack opened 4 years ago

markwomack commented 4 years ago

https://github.com/DccPlusPlus/BaseStation/blob/3c90408653175ef614d472723343d6bc310905d3/DCCpp_Uno/DCCpp_Uno.h#L77

I was looking at the pinouts for the Pololu MC33926, and shouldn't the PWM for motor 2 be mapped to pin 10 instead of pin 11? See the link to the diagram below:

https://www.pololu.com/product/2503#lightbox-picture0J4009

Not sure what that does to the pin 10 defined in the Uno definition section of this file.

I am just starting to look at things, trying to understand, so I apologize if there is something obvious here that I missed.