Closed asiniy closed 9 years ago
Solved here: http://arduino.stackexchange.com/questions/9770/mega-include-a-library/9772
BTW, why don't use specify these values?
Sorry, it really has been quite a while since I worked on this, and I don't really have the same toolchain readily available to me today. Also, it looks like there were a few commits I never pushed to github. They should be present now.
I'm just going to guess that the reason I didn't specify those values was that I didn't need to. Now that you're bringing up this issue, I can't find where they would be defined, but I suppose the Arduino environment set them for me. You're using an Arduino Mega, which is different from what I used (an Arduino Uno, I think), so it's likely that some of the defaults are different. I tried to write the code in such a way that it would work on any Arduino, but I didn't have a Mega to test on, so I can't really make any promises that it will work there without significant modifications.
Hi!
I have a troubles with importing MdbBillValidator. Here is my project file:
And this is compiled output:
I've tried this code in both windows & ubuntu, but with no success. Same error. What I'm doing wrong?