diff options
| author | dherrada <dylan.herrada@gmail.com> | 2020-05-07 15:10:44 -0400 |
|---|---|---|
| committer | dherrada <dylan.herrada@gmail.com> | 2020-05-07 15:10:44 -0400 |
| commit | 4f33a20d17c7b7688e5dd1ee37346ff2d4f4a340 (patch) | |
| tree | caf406c3fcf3fc82bbf40cfc7c41e338e583bbe0 /shared-bindings/i2cslave/__init__.c | |
| parent | a3d5adb43c897d591baabaaf1e7ef83deedbd3ce (diff) | |
Added gamepad, gamepadshift, and i2cslave
Diffstat (limited to 'shared-bindings/i2cslave/__init__.c')
| -rw-r--r-- | shared-bindings/i2cslave/__init__.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-bindings/i2cslave/__init__.c b/shared-bindings/i2cslave/__init__.c index 1c692e54e..ffeb216fa 100644 --- a/shared-bindings/i2cslave/__init__.c +++ b/shared-bindings/i2cslave/__init__.c @@ -35,7 +35,7 @@ #include "py/runtime.h" -//| :mod:`i2cslave` --- Two wire serial protocol slave +//| """:mod:`i2cslave` --- Two wire serial protocol slave //| ================================================== //| //| .. module:: i2cslave @@ -101,7 +101,7 @@ //| //| Raspberry Pi in particular does not support this with its I2C hw block. //| This can be worked around by using the ``i2c-gpio`` bit banging driver. -//| Since the RPi firmware uses the hw i2c, it's not possible to emulate a HAT eeprom. +//| Since the RPi firmware uses the hw i2c, it's not possible to emulate a HAT eeprom.""" //| STATIC const mp_rom_map_elem_t i2cslave_module_globals_table[] = { |
