I've correctly wired up an Arduino Nano 33 BLE to a 4-channel AC dimmer from RobotDyn and noticed that the output signal produced by calling digitalWrite(D6, HIGH) is oscillating which results in the ...
It seems like the second argument of digitalWrite is expecting a constant from PinStatus. However this isn't always ideal, and we get an ugly warning like shown below ...