Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add license
  • Loading branch information
caternuson committed Feb 10, 2021
commit 3f292023f8fb3785735804062fbee2964e6100f7
3 changes: 3 additions & 0 deletions examples/bme680_spi.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2021 Carter Nelson for Adafruit Industries
# SPDX-License-Identifier: MIT

import time
import board
import digitalio
Expand Down