03-20-2015, 06:33 PM
Arvid,
I'm a bit rusty on C programming since it's been a while. I'm getting this error when I try to "Verify" the project.
sketch_mar20a.ino:2:25: fatal error: scaleReader.h: No such file or directory
The .h file is in the project directory so I'm not sure why it's not finding it. Does the #include "scaleReader.h" need to have the complete path to the project directory? I didn't think it would need it but like I said, I'm a bit rusty with C programming.
Ed
I'm a bit rusty on C programming since it's been a while. I'm getting this error when I try to "Verify" the project.
sketch_mar20a.ino:2:25: fatal error: scaleReader.h: No such file or directory
The .h file is in the project directory so I'm not sure why it's not finding it. Does the #include "scaleReader.h" need to have the complete path to the project directory? I didn't think it would need it but like I said, I'm a bit rusty with C programming.
Ed