|
Describe the bug To Reproduce `#define botaoLigaDesliga A3 void setup() { digitalWrite(LED_BUILTIN, ligado); void loop() { } Steps to reproduce the behavior:
Expected behavior Desktop (please complete the following information):
|
Replies: 2 comments
|
Oh, I thought it was something hardware related, but I haven't found anything related to this in my searches. |


Hi @FabioM3
This is not an issue. This is only linked to the hardware, the Active state is inverted
Logical level is:
HIGH --> LED OFF
LOW --> LED ON