-
Notifications
You must be signed in to change notification settings - Fork 37
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
'Serial' was not declared in this scope #18
Comments
Has a solution been found for this problem? |
Yes! so you need to run the code as it is on Processing app. It will show you 2 ports with error message, and out of those 2 will show you one as available. you need to then go to myPort on line 59 and change the port number to one that is showing available. |
thanks for the fast answer. |
Seems resolved and Arduino header previously mentioned in issue #2. Closing issue. |
Getting the following error message when uploading this code on arduino:
sketch\MLX90640_I2C_Driver.cpp: In function 'int MLX90640_I2CRead(uint8_t, unsigned int, unsigned int, uint16_t*)':
MLX90640_I2C_Driver.cpp:48:7: error: 'Serial' was not declared in this scope
sketch\MLX90640_I2C_Driver.cpp: In function 'int MLX90640_I2CWrite(uint8_t, unsigned int, uint16_t)':
MLX90640_I2C_Driver.cpp:95:5: error: 'Serial' was not declared in this scope
exit status 1
'Serial' was not declared in this scope
The text was updated successfully, but these errors were encountered: