-
Notifications
You must be signed in to change notification settings - Fork 16
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
Lexical or Preprocessor Issue #4
Comments
What microcontroller are you using? uint8_t is the same as char or byte on most machines. Kris Hello, I was trying to run the sketch and I have got an issue of "WProgram.h" file not found with parse issues of unknown type name "uint8_t". Cheers, — |
Also what version of Arduino IDE ar you using ? |
Hi Kris and TrippyLighting, I am using the Adafruit LSM9DS0 with Arduino IDE1.0.5. Cheers, |
You could try my basic LSM9DS0 sketch. I like Jim Linblom's sketch and wrote a fair number of the functions in it. But I find it is rather cumbersome to keep track of all the class functions. I prefer straightforward unitary sketch writing, so you might find mine easier to use and modify. See: https://github.com/kriswiner/LSM9DS0/tree/master/Teensy3.1/LSM9DS0-MS5637 |
I agree with TrippyLightning, just comment the WProgram.h include out. |
Hello, I was trying to run the sketch and I have got an issue of "WProgram.h" file not found with parse issues of unknown type name "uint8_t".
Can you please advise the problem and solution please?
Cheers,
Karen
The text was updated successfully, but these errors were encountered: