-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARDUINO_DUE_PAPA section, pin missing #30
Comments
Pins 7 and 8 will collide with what is already defined:
|
Ok but without defining the pin arduino ide exit with error |
Yes sure. But the question is which pins to use for these. I don't have the Papa board pinout to see which ones would be free to use. Is there a schematic or pic from the papa board? |
You can use pin 4 and 5 instead of 7 and 8 |
I made a change based on the pin numbers you mentioned. Could you please give the code from my dev branch a try: https://github.com/phl0/MMDVM/tree/fixPAPA?files=1
If that works correctly I will make a pull request to the official code.
|
Btw: Could you make a photo of the PAPA board? Did a Google search yesterday but could not find anything ... Would be interested in the hardware. |
Thanks Florian, 73 Mauri ik1whn 2016-11-05 8:19 GMT+01:00 Florian (DF2ET) notifications@github.com:
|
mni tnx :-) |
HI Florian, Mauri ik1whn 2016-11-05 10:01 GMT+01:00 Florian (DF2ET) notifications@github.com:
|
Die you actually test the mode pins? Or did you just compile it? |
Arduino programmed and operationally tested, tx-rx dmr mode is ok. I can 2016-11-06 9:30 GMT+01:00 Florian (DF2ET) notifications@github.com:
|
Okay. I guess they are rarely used anyway. So I think we can close this issue then. On 6 November 2016 09:44:36 CET, ik1whn notifications@github.com wrote:
|
ok thanks |
File IODue.cpp, section:
#if defined(ARDUINO_DUE_PAPA)
these lines are missing:
#define PIN_DSTAR 9
#define PIN_DMR 8
#define PIN_YSF 7
#define PIN_P25 6
The text was updated successfully, but these errors were encountered: