Skip to content

Instantly share code, notes, and snippets.

@marsfan
Created January 12, 2020 01:05
Show Gist options
  • Save marsfan/aea6a9f26a6c26ffbad69e1146444296 to your computer and use it in GitHub Desktop.
Save marsfan/aea6a9f26a6c26ffbad69e1146444296 to your computer and use it in GitHub Desktop.
Arduino binary variable error in artemis
void setup() {
// put your setup code here, to run once:
int x = B101;
}
void loop() {
// put your main code here, to run repeatedly:
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment