can someone help me please i’ve been looking allday for the problem but i can’t find it
i get this message
ir_jarvis_002:126: error: expected unqualified-id before numeric constant
ir_jarvis_002:126: error: expected declaration before ‘}’ token
OR this message
ir_jarvis_002:251: error: expected unqualified-id before numeric constant
ir_jarvis_002:251: error: expected declaration before ‘}’ token
A backslash at the end of a line is a continuation character. In this case you continue the comment onto the next line and make a mess of whatever follows. Remove the backslashes at the end of the comments.