7 lines
No EOL
169 B
Python
Executable file
7 lines
No EOL
169 B
Python
Executable file
# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
import usb_cdc
|
|
|
|
usb_cdc.enable(console=True, data=True) |