-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
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
akorp and joseluislandivars
Metadata
Metadata
Assignees
Labels
No labels