File tree Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
1
+ # SPDX-FileCopyrightText: Tony DiCola for Adafruit Industries
2
+ # SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2
3
# SPDX-License-Identifier: MIT
3
4
4
5
# Example of using the Adafruit IO CircuitPython MQTT client
5
6
# to subscribe to an Adafruit IO feed and publish random data
6
7
# to be received by the feed.
7
- #
8
- # Example by Tony DiCola for Adafruit Industries
9
- # Modified by Brent Rubell for Adafruit Industries, 2019
10
8
import time
11
9
from random import randint
12
10
Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
1
+ # SPDX-FileCopyrightText: Tony DiCola for Adafruit Industries
2
+ # SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2
3
# SPDX-License-Identifier: MIT
3
4
4
5
# Example of using the Adafruit IO CircuitPython MQTT client
5
6
# to subscribe to an Adafruit IO feed and publish random data
6
7
# to be received by the feed.
7
- #
8
- # Example by Tony DiCola for Adafruit Industries
9
- # Modified by Brent Rubell for Adafruit Industries, 2019
10
- import time
11
8
from random import randint
12
9
13
10
import board
Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
1
+ # SPDX-FileCopyrightText: Tony DiCola for Adafruit Industries
2
+ # SPDX-FileCopyrightText: 2019 Adafruit Industries for Adafruit Industries
2
3
# SPDX-License-Identifier: MIT
3
4
4
5
# Example of using the Adafruit IO CircuitPython MQTT client
5
6
# to subscribe to an Adafruit IO feed and publish random data
6
7
# to be received by the feed.
7
- #
8
- # Example by Tony DiCola for Adafruit Industries
9
- # Modified by Brent Rubell for Adafruit Industries, 2019
10
- import time
11
8
from random import randint
12
9
13
10
You can’t perform that action at this time.
0 commit comments