diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-12-02 13:23:02 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-02 13:23:02 -0800 |
| commit | 1130b80e2ae173c5cb09dd3daa4b3acd61393611 (patch) | |
| tree | 8a10a3d883f3731be2001b6332f1ef0a1fdfe4d0 /locale/circuitpython.pot | |
| parent | 348392f8ccc644383c578ca84b7bc662d284e04b (diff) | |
| parent | cb863e4c5c9ed0c7628ccd737da03085d1bc1a5b (diff) | |
Merge pull request #3612 from gamblor21/bus_device
Moving Adafruit_CircuitPython_BusDevice to core
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 63d818da9..b136e9dd2 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -498,7 +498,8 @@ msgstr "" msgid "Buffer must be a multiple of 512 bytes" msgstr "" -#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c +#: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c +#: shared-bindings/busio/I2C.c msgid "Buffer must be at least length 1" msgstr "" @@ -1295,6 +1296,11 @@ msgstr "" msgid "No DMA channel found" msgstr "" +#: shared-module/busdevice/I2CDevice.c +#, c-format +msgid "No I2C device at address: %x" +msgstr "" + #: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c #: ports/stm/common-hal/busio/SPI.c msgid "No MISO Pin" |
