Issues compiling older OBD-II Telematics Kit Mega kit
Posted: Tue Sep 19, 2017 4:55 am
I had to re-purpose my Arduino some time back. I now want to get this back to your Sketch.
I grab the latest off your Github, and when I copy over the libraries, and I continually run into build issues.
I am trying to run the megalogger build.
The first error is it missing I2Cdev.h. I fix that, and then it is missing MPU9150.h, I fix that, then it is missing the MPU6050 libraries. I fix that. Now I am getting the below error:
[code]
megalogger:744: error: 'accelgyro' was not declared in this scope
accelgyro.initialize();
^
exit status 1
'MPU6050' does not name a type
[/code]
I thought everything would be in your Gitgub to just copy over and load up and go. This is using the older LCD shield that has 3 connectors instead of 4. I think it is the 3.2" screen.
I grab the latest off your Github, and when I copy over the libraries, and I continually run into build issues.
I am trying to run the megalogger build.
The first error is it missing I2Cdev.h. I fix that, and then it is missing MPU9150.h, I fix that, then it is missing the MPU6050 libraries. I fix that. Now I am getting the below error:
[code]
megalogger:744: error: 'accelgyro' was not declared in this scope
accelgyro.initialize();
^
exit status 1
'MPU6050' does not name a type
[/code]
I thought everything would be in your Gitgub to just copy over and load up and go. This is using the older LCD shield that has 3 connectors instead of 4. I think it is the 3.2" screen.