.gitignore
.pre-commit-config.yaml
API.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Doxyfile
LICENSE
Makefile
Pipfile
Pipfile.lock
README.md
pyproject.toml
pytest.ini
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/hil-circuitpython.yml
.github/workflows/hil-micropython.yml
.github/workflows/manual-run.yml
.github/workflows/python-ci.yml
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
.github/workflows/update-notecard-schema.yml
assets/blues-wireless.png
docs/api.md
docs/py_filter.sh
examples/upload.sh
examples/binary-mode/loopback/binary_loopback_example.py
examples/binary-mode/upload/README.md
examples/binary-mode/upload/binary_upload_example.py
examples/binary-mode/upload/blues_logo.png
examples/binary-mode/upload/receive_binary.py
examples/notecard-basics/board.py
examples/notecard-basics/cpy_example.py
examples/notecard-basics/i2c_example.py
examples/notecard-basics/mpy_example.py
examples/notecard-basics/rpi_example.py
examples/notecard-basics/serial_example.py
examples/sensor-tutorial/circuit-python/code.py
examples/sensor-tutorial/raspberry-pi-python/sensors.py
mpy_board/espressif_esp32.py
mpy_board/huzzah32.py
note_python.egg-info/PKG-INFO
note_python.egg-info/SOURCES.txt
note_python.egg-info/dependency_links.txt
note_python.egg-info/requires.txt
note_python.egg-info/top_level.txt
notecard/__init__.py
notecard/binary_helpers.py
notecard/card.py
notecard/cobs.py
notecard/crc32.py
notecard/dfu.py
notecard/env.py
notecard/file.py
notecard/gpio.py
notecard/hub.py
notecard/md5.py
notecard/note.py
notecard/notecard.py
notecard/ntn.py
notecard/timeout.py
notecard/transaction_manager.py
notecard/upload.py
notecard/validators.py
notecard/var.py
notecard/web.py
scripts/generate_apis.py
test/__init__.py
test/test_binary_helpers.py
test/test_cobs.py
test/test_i2c.py
test/test_md5.py
test/test_notecard.py
test/test_serial.py
test/test_upload.py
test/test_validators.py
test/unit_test_utils.py
test/fluent_api/conftest.py
test/fluent_api/test_card.py
test/fluent_api/test_dfu.py
test/fluent_api/test_env.py
test/fluent_api/test_file.py
test/fluent_api/test_hub.py
test/fluent_api/test_note.py
test/fluent_api/test_ntn.py
test/fluent_api/test_var.py
test/fluent_api/test_web.py
test/hitl/boot.py
test/hitl/conftest.py
test/hitl/example_runner.py
test/hitl/requirements.txt
test/hitl/test_basic_comms.py
test/hitl/test_binary.py
test/hitl/deps/pyboard.py
test/scripts/check_cpy_runner_config.sh
test/scripts/check_mpy_runner_config.sh
test/scripts/wait_for_file.sh
test/scripts/usbmount/usbmount.conf
test/scripts/usbmount/mount.d/00_create_model_symlink
test/scripts/usbmount/mount.d/01_create_label_symlink
test/scripts/usbmount/mount.d/02_create_id_symlink
test/scripts/usbmount/umount.d/00_remove_model_symlink