Skip to content

Commit 008000d

Browse files
committed
comment header
1 parent 0ce4758 commit 008000d

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

digitalio/digitalio_blink_example.py

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
"""CircuitPython LED blink example"""
1+
# 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+
"""
224
import time
325
import board
426
from digitalio import DigitalInOut, Direction

0 commit comments

Comments
 (0)