Closed
Description
Subject of the issue
Arduino supports assigning values to variables in binary form by prefixing the number with a capital B
. (Ex: n = B101
)
When I try to compile a program for my Artemis board, this fails, saying that the value was not declared in this scope.
Your workbench
- Arduno 1.8.10 on Windows 10 1909 x64
- Using Artemis ATP
- Connected via USB-C cable to laptop USB-C port
- Powered over USB-C
Steps to reproduce
- Create a new Arduino project with this code.
- Configure the Arduino IDE to use the Redboard Artemis ATP
- Verify the program.
Expected behaviour
Program verifies successfully.
Actual behaviour
Verification fails with the error that 'B101 was not declared in this scope'
Metadata
Metadata
Assignees
Labels
No labels