diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2021-03-03 08:47:24 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-03 08:47:24 -0800 |
| commit | 514b73bcf8e2978bc7a4cd8985618208b103283d (patch) | |
| tree | a615c1cdc5c2f197c854bf74425b75edb67844f2 /locale/circuitpython.pot | |
| parent | 1d8933dd0587124e9243e4edca0117c6ff3e5dfc (diff) | |
| parent | 98075c525515f9104e93100c180cadc3b9e8fc69 (diff) | |
Merge pull request #4254 from gamblor21/rp2040_countio
Rp2040 countio
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index de921ec87..2e31d5dfc 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -1722,6 +1722,14 @@ msgid "" "PWM frequency not writable when variable_frequency is False on construction." msgstr "" +#: ports/raspberrypi/common-hal/countio/Counter.c +msgid "PWM slice already in use" +msgstr "" + +#: ports/raspberrypi/common-hal/countio/Counter.c +msgid "PWM slice channel A already in use" +msgstr "" + #: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c #: ports/raspberrypi/common-hal/displayio/ParallelBus.c #: ports/stm/common-hal/displayio/ParallelBus.c @@ -1759,6 +1767,10 @@ msgstr "" msgid "Pin is input only" msgstr "" +#: ports/raspberrypi/common-hal/countio/Counter.c +msgid "Pin must be on PWM Channel B" +msgstr "" + #: ports/atmel-samd/common-hal/countio/Counter.c msgid "Pin must support hardware interrupts" msgstr "" |
