You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
456 B
31 lines
456 B
# SPDX-FileCopyrightText: 2020 Foundation Devices, Inc. <hello@foundationdevices.com>
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
#
|
|
|
|
# Get the async event loop to pass in where needed
|
|
loop = None
|
|
|
|
# System
|
|
system = None
|
|
|
|
# Keypad
|
|
keypad = None
|
|
|
|
# Flash-based settings
|
|
settings = None
|
|
|
|
# Display
|
|
dis = None
|
|
|
|
# Camera buffers
|
|
qr_buf = None
|
|
viewfinder_buf = None
|
|
|
|
# PinAttempts
|
|
pa = None
|
|
|
|
# External SPI Flash
|
|
sf = None
|
|
|
|
# Avalanche noise source
|
|
noise = None
|