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
I have been working on a small custom commander that uses a Arduino pro micro witch is based on the leonardo. To get it to work the code needs a small update. All that is needed is to change one line of code in "DCCHardware.c" to add definition of ATmega32U4.
I have been working on a small custom commander that uses a Arduino pro micro witch is based on the leonardo. To get it to work the code needs a small update. All that is needed is to change one line of code in "DCCHardware.c" to add definition of ATmega32U4.
Change line 77 from:
to:
The text was updated successfully, but these errors were encountered: