Skip to content

Commit cda8882

Browse files
committed
Document default pins/board
1 parent bee9aa1 commit cda8882

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/mics6814_simpletest.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
22
#
33
# SPDX-License-Identifier: Unlicense
4-
"""Simple example of the MICS6814 library."""
4+
"""Simple example of the MICS6814 library.
5+
6+
Pins are the default for the MICS6814 on the Pimoroni Enviro+ FeatherWing used with an M4 Express.
7+
8+
"""
59
import time
610
import analogio
711
import digitalio

0 commit comments

Comments
 (0)