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 bee9aa1 commit cda8882Copy full SHA for cda8882
examples/mics6814_simpletest.py
@@ -1,7 +1,11 @@
1
# SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
2
#
3
# SPDX-License-Identifier: Unlicense
4
-"""Simple example of the MICS6814 library."""
+"""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
+"""
9
import time
10
import analogio
11
import digitalio
0 commit comments