-
Notifications
You must be signed in to change notification settings - Fork 8
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
Giorgio #1
Comments
Ohps! I have not selected the type of Arduino ... you must select "Arduino Adk" or "Arduino Mega 2560"!!! with "Arduino Uno" does not work. Buti, Simeone can tell me which library I have to add to make it run with arduino Uno and obviously the Hosts shield??:-( |
What does your /libraries/ folder look like? Tell me the directory structure please. |
Hello Mr. Agoransson, Date: Mon, 9 Feb 2015 13:58:45 -0800 What does your /libraries/ folder look like? Tell me the directory structure please. — |
Hello Mr. Agoransson, |
I'm honestly not sure why it wouldn't work - I haven't tested it myself since I only published this fixed version for a course last year - and we happened to use the Mega ADK in that course so unfortunately these problems didn't happen then. I'll have a look at why it doesn't compile for Arduino UNO. |
I've been researching a while now and it seems it's a problem with the underlying libraries. Have a look at this thread: If you scroll down there are a few suggestions for fixing this, personally I would attempt to downgrade Arduino IDE and see if that helps, then move to the other suggestions. |
I found the solution, after thinking about it a week, I came to the solution. Now this library can also work well with the ArduinoUNO board. |
I downloaded this file.zip, I unpacked in the folder Arduino libraries and gives me the following errors:
I use Arduino:1.5.6-r2, Windows 8, Scheda:"Arduino Uno"
C:\Users\GIORGIOP\Documents\Arduino\libraries\Adb\max3421e.cpp: In function 'void max3421e_init()':
C:\Users\GIORGIOP\Documents\Arduino\libraries\Adb\max3421e.cpp:57: error: 'DDRE' was not declared in this scope
C:\Users\GIORGIOP\Documents\Arduino\libraries\Adb\max3421e.cpp:58: error: 'DDRJ' was not declared in this scope
C:\Users\GIORGIOP\Documents\Arduino\libraries\Adb\max3421e.cpp:93: error: 'PORTJ' was not declared in this scope
C:\Users\GIORGIOP\Documents\Arduino\libraries\Adb\max3421e.cpp:93: error: 'PORTJ' was not declared in this scope
C:\Users\GIORGIOP\Documents\Arduino\libraries\Adb\max3421e.cpp: In function 'uint8_t max3421e_poll()':
C:\Users\GIORGIOP\Documents\Arduino\libraries\Adb\max3421e.cpp:330: error: 'PORTE' was not declared in this scope
C:\Users\GIORGIOP\Documents\Arduino\libraries\Adb\max3421e.cpp:333: error: 'PORTJ' was not declared in this scope
someone has a solution?
The text was updated successfully, but these errors were encountered: