Simple test

Ensure your device works with this simple test.

examples/testrepo_simpletest.py
1
2
3
4
5
6
# SPDX-FileCopyrightText: 2019 Kattni Rembor for Adafruit Industries
# SPDX-License-Identifier: MIT

"""Repo exists for test purposes only."""
while True:
    pass