diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-05-13 08:22:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-13 08:22:57 -0700 |
| commit | 82fdced180da8b6730753caae93ac6b9c9fcdaae (patch) | |
| tree | 6989f946451ea25bfc40b901c4cd97119a1fcaeb /locale/circuitpython.pot | |
| parent | 75f9969860870a4ae636c74ae210275413b13c2f (diff) | |
| parent | 4612270f98988ac4646c5cbf4bebddb35e71f660 (diff) | |
Merge pull request #2827 from LearnWeaver/Optical-Encoder-Module
Countio
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 741f45f25..d1f497805 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-12 12:24-0700\n" +"POT-Creation-Date: 2020-05-12 14:37+1000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -253,6 +253,7 @@ msgstr "" msgid "3-arg pow() not supported" msgstr "" +#: ports/atmel-samd/common-hal/countio/Counter.c #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c msgid "A hardware interrupt channel is already in use" msgstr "" @@ -1236,6 +1237,10 @@ msgstr "" msgid "Pin does not have ADC capabilities" msgstr "" +#: ports/atmel-samd/common-hal/countio/Counter.c +msgid "Pin must support hardware interrupts" +msgstr "" + #: ports/stm/common-hal/pulseio/PulseIn.c msgid "Pin number already reserved by EXTI" msgstr "" |
