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 0ce4758 commit 008000dCopy full SHA for 008000d
digitalio/digitalio_blink_example.py
@@ -1,4 +1,26 @@
1
-"""CircuitPython LED blink example"""
+# SPDX-FileCopyrightText: Tim Cocks 2020
2
+#
3
+# SPDX-License-Identifier: MIT
4
+
5
+"""
6
+`digitalio_blink_example`
7
+====================================================
8
9
+CircuitPython LED blink example.
10
11
+* Author(s): Tim Cocks
12
13
+Implementation Notes
14
+--------------------
15
16
+**Hardware:**
17
18
+**Software and Dependencies:**
19
20
+* Adafruit CircuitPython firmware for the supported boards:
21
+ https://github.com/adafruit/circuitpython/releases
22
23
24
import time
25
import board
26
from digitalio import DigitalInOut, Direction
0 commit comments