Update README.md

This commit is contained in:
true 2024-02-20 06:04:31 -08:00
parent fc72a2a326
commit 36466029ac
1 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@ This is a PlatformIO-compatible project.
 
**BE AWARE:**
On REV1 boards, the right potentiometer only works for the first half of its rotation. Turning the right pot beyond half way _will not cause damage_, but the addon will consume extra current (up to ~3-5mA). If the knob is within the affected second half of rotation, the eye LEDs will flash red as an indicator while in RGB fun mode.
On REV1 boards, the right potentiometer only works for the first half of its rotation. _Turning the right pot beyond half way will not cause damage_, but the addon will consume extra current (up to ~3-5mA). If the knob is within the affected second half of rotation, the eye LEDs will flash red as an indicator while in RGB fun mode.
To work around this, use the right pot only within the first half of its rotation.
@ -74,16 +74,16 @@ The `bin/` directory contains pre-built binaries. Names are formatted as follows
## Misc Notes
- This device is using PUYA PY32F003 MCU, an MCU intended for
the China domestic market. This MCU, as well as other
PY32F002A/003/030 cores with at least 32K flash, internally
- This device is using PUYA PY32F003 series MCU. This MCU, as well as
other PY32F002A/003/030 cores with at most 32K flash, internally
uses the same core (and has the same features) as PY32F030F6P6.
- The normal firwmare does not use UART and leaves the pins configured
as SWD for the user.
as SWD to allow the user to interface a debugger.
- There is no official OpenOCD support for this MCU. This project uses
pyOCD as adding PUYA MCU to pyOCD is trivial. Using OpenOCD, J-Link,
- There is no official OpenOCD support for this MCU. It is possible to
get PlatformIO to support debugging this MCU with pyOCD as adding
PUYA MCU to pyOCD is trivial. Use of OpenOCD, J-Link debug probe,
or anything other than the DAPLink compatible debugger with pyOCD
is untested and left as an exercise to the programmer.