9 lines
232 B
Python
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
|