You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've reported the issue here: arduino/Arduino#4784
Is it possible to rename the "BIN" symbol (in "iotnx4.h" etc.) to something else, so the usage of statements like "Serial.println(value, BIN)" or "lcd.print(value, BIN)" wouldn't output warnings or errors while compiling code for ATtiny X4?
The text was updated successfully, but these errors were encountered:
I guess the Arduino core could #undef BIN first to prevent the warning. Anyone care to submit this at https://github.com/arduino/Arduino/ ? It also occurs if you enable warnings in the IDE and select the Arduino Gemma board (which also uses an attiny).
I've reported the issue here: arduino/Arduino#4784
Is it possible to rename the "BIN" symbol (in "iotnx4.h" etc.) to something else, so the usage of statements like "Serial.println(value, BIN)" or "lcd.print(value, BIN)" wouldn't output warnings or errors while compiling code for ATtiny X4?
The text was updated successfully, but these errors were encountered: