Skip to content
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

Closed
h-Naima-s opened this issue Sep 28, 2019 · 4 comments
Closed

'Serial' was not declared in this scope #18

h-Naima-s opened this issue Sep 28, 2019 · 4 comments

Comments

@h-Naima-s
Copy link

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

   Serial.println("No ack read");

   ^

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

 Serial.println("Error: Sensor did not ack");

 ^

exit status 1
'Serial' was not declared in this scope

@qTp
Copy link

qTp commented Nov 13, 2019

Has a solution been found for this problem?
I get the same error message, with an Adruino Leonardo board.

@h-Naima-s
Copy link
Author

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.
This was what going wrong with me.

@qTp
Copy link

qTp commented Nov 13, 2019

thanks for the fast answer.
i've found another soultion:
In the MLX90640_I2C_Driver.h, i included the "Arduino.h" header file.

@santaimpersonator
Copy link

santaimpersonator commented Dec 28, 2019

Seems resolved and Arduino header previously mentioned in issue #2.

Closing issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants