Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion circuit-python-lora-passthrough/boot.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
"""
boot.py

TODO(nateinaction): I don't know what this file is for yet.
This file helps to use an RP2350 CircuitPython environment as a passthrough for
interacting with the radio and F Prime GDS. The usb_cdc.enable() function creates a
USB serial endpoint that the GDS can connect to to receive all the data that is
streamed out. The function has to be called in boot.py before the USB device is enabled.
"""

import usb_cdc
Expand Down