We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62f11c commit eb58104Copy full SHA for eb58104
examples/04.Communication/PhysicalPixel/PhysicalPixel.ino
@@ -21,7 +21,7 @@
21
https://www.arduino.cc/en/Tutorial/BuiltInExamples/PhysicalPixel
22
*/
23
24
-const int ledPin = 13; // the pin that the LED is attached to
+const int ledPin = LED_BUILTIN; // the pin that the LED is attached to
25
int incomingByte; // a variable to read incoming serial data into
26
27
void setup() {
0 commit comments