I need your help (MPGuino code change for Arduino mega 2560?)
In MPGuino V0.86 entries for the injector and VSS Pins are made with these,
injector open D2 (int0)
injector closed D3 (int1)
speed C0 (pcint8)
I needed to change the code of these Pins, so that work in Arduino mega 2560, which has D2 as (int4) and D3 as (INT5) and C0 there is no pcint8.
What parts should I change the code and how should I do.
Thank you
José Rodrigues
|