Error compiling for board Teensy 3.5.

Status
Not open for further replies.

olh

New member
Admin note: apparently this user did not have permission to share the code which was posted here. This messages has been deleted and the thread closed.
 

Attachments

  • Error_Compiling.jpg
    Error_Compiling.jpg
    58.4 KB · Views: 44
Last edited by a moderator:
Sorry hard to read, also difficult to read the errors. Many look like typical warnings, signed versus unsigned, likewise something set but not used.

But the error I believe talks about loop:

Code:
void loop()[COLOR="#FF0000"];[/COLOR]
{
sensors_event_t a, m, g, temp; // Declaring Sensor variable
And I suspect the issue here is that trailing ; I show in red.
 
Status
Not open for further replies.
Back
Top