Adafruit_Learning_System_Gu.../PyGamer_Thermal_Camera/thermal_cam_config.py
2022-02-22 15:13:49 -05:00

9 lines
232 B
Python

# SPDX-FileCopyrightText: 2020 Jan Goolsbey for Adafruit Industries
#
# SPDX-License-Identifier: MIT
# thermal_cam_config.py
### Alarm and range default values in Farenheit ###
ALARM_F = 120
MIN_RANGE_F = 60
MAX_RANGE_F = 120