File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ make BOARD=M5STACK_4MB BOARD_TYPE=stickcplus flash
53
53
- [ scd40] [ ] Copyright (c) 2022 Sebastian Wicki and licensed under MIT License.
54
54
- [ sgp30] [ ] Copyright (c) 2022 Sebastian Wicki and licensed under MIT License.
55
55
- [ sht4x] [ ] Copyright (c) 2021 ladyada for Adafruit and licensed under MIT License.
56
+ - [ vl53l0x] [ ] Copyright (c) 2017 Tony DiCola for Adafruit Industries and licensed under MIT License.
57
+ - [ camera] [ ] Copyright (c) 2021 Mauro Riva and licensed under Apache License Version 2.0.
56
58
57
59
[ micropython ] : https://github.com/micropython/micropython
58
60
[ umqtt ] : https://github.com/micropython/micropython-lib
@@ -68,3 +70,5 @@ make BOARD=M5STACK_4MB BOARD_TYPE=stickcplus flash
68
70
[ scd40 ] : https://github.com/gandro/micropython-m5stamp-c3u
69
71
[ sgp30 ] : https://github.com/gandro/micropython-m5stamp-c3u
70
72
[ sht4x ] : https://github.com/adafruit/Adafruit_CircuitPython_SHT4x
73
+ [ vl53l0x ] : https://github.com/adafruit/Adafruit_CircuitPython_VL53L0X
74
+ [ camera ] : https://github.com/lemariva/micropython-camera-driver
Original file line number Diff line number Diff line change
1
+ # SPDX-FileCopyrightText: 2017 Tony DiCola for Adafruit Industries
2
+ #
3
+ # SPDX-License-Identifier: MIT
4
+
1
5
import math
2
6
import time
3
7
You can’t perform that action at this time.
0 commit comments