Fixing whitespace
This commit is contained in:
parent
cf9a00dcba
commit
3a952e96ea
1 changed files with 1 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ To date, this has only been tested on one port (esp32s2), on one board (espressi
|
||||||
## What it does
|
## What it does
|
||||||
|
|
||||||
If you have ever used CircuitPython on a platform with a graphical LCD display, you have probably
|
If you have ever used CircuitPython on a platform with a graphical LCD display, you have probably
|
||||||
already seen multiple "consoles" in use (although the LCD console is "output only").
|
already seen multiple "consoles" in use (although the LCD console is "output only").
|
||||||
|
|
||||||
New compile-time option CIRCUITPY_USB_VENDOR enables an additional "console" that can be used in
|
New compile-time option CIRCUITPY_USB_VENDOR enables an additional "console" that can be used in
|
||||||
parallel with the original (CDC) serial console.
|
parallel with the original (CDC) serial console.
|
||||||
|
|
@ -25,7 +25,6 @@ One example of a web page you can use to test drive this feature can be found at
|
||||||
|
|
||||||
https://adafruit.github.io/Adafruit_TinyUSB_Arduino/examples/webusb-serial/index.html
|
https://adafruit.github.io/Adafruit_TinyUSB_Arduino/examples/webusb-serial/index.html
|
||||||
|
|
||||||
|
|
||||||
## How to enable
|
## How to enable
|
||||||
|
|
||||||
Update your platform's mpconfigboard.mk file to enable and disable specific types of USB interfaces.
|
Update your platform's mpconfigboard.mk file to enable and disable specific types of USB interfaces.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue