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 bdb3232 commit 1f53cc6Copy full SHA for 1f53cc6
status_led/status_blink/CMakeLists.txt
@@ -1,4 +1,6 @@
1
-# Blink the "status" LED connected to the GPIO defined by PICO_DEFAULT_LED_PIN for your board
+# Blink the "status" LED either connected to the GPIO defined by PICO_DEFAULT_LED_PIN for your board
2
+# or via the WiFi chip on boards like Pico 2 or Pico 2 W
3
+
4
add_executable(status_blink
5
status_blink.c
6
)
0 commit comments