Arduino supports defining variables in the format of "byte var = B0011000". When I try to do this in Maple I get an error like the following: error: 'B1000011' was not declared in this scope
It seems to think because it starts with a B that it is a string and not a binary value. Does the Maple library just not support this yet or am I using it wrong?