Skip to content

Commit 08b2bf7

Browse files
committed
update author and copyright year
1 parent 3485475 commit 08b2bf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/mpl3115a2_simpletest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
1+
# SPDX-FileCopyrightText: 2019 Tony DiCola for Adafruit Industries
22
# SPDX-License-Identifier: MIT
33

44
# Simple demo of the MPL3115A2 sensor.
55
# Will read the pressure and temperature and print them out every second.
6-
# Author: Tony DiCola
6+
# Author:
77
import time
88

99
import board

0 commit comments

Comments
 (0)