diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-05 14:00:48 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-05 14:00:48 -0800 |
| commit | e52fbf2e6aa13a34ceae60e8ee6ad2c3a18092ee (patch) | |
| tree | 360d92e97dde7dc475da7c66568bf278d0116f36 /shared-bindings/nativeio/DigitalInOut.c | |
| parent | 4bf7c6fb6e560200b988e1ba9505d12bb34e8975 (diff) | |
Add time.struct_time support.
Diffstat (limited to 'shared-bindings/nativeio/DigitalInOut.c')
| -rw-r--r-- | shared-bindings/nativeio/DigitalInOut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/nativeio/DigitalInOut.c b/shared-bindings/nativeio/DigitalInOut.c index 1ffb5c7f3..6c15944eb 100644 --- a/shared-bindings/nativeio/DigitalInOut.c +++ b/shared-bindings/nativeio/DigitalInOut.c @@ -198,7 +198,7 @@ mp_obj_property_t nativeio_digitalinout_direction_obj = { //| .. attribute:: value //| -//| Get or set the digital logic level of the pin. +//| The digital logic level of the pin. //| STATIC mp_obj_t nativeio_digitalinout_obj_get_value(mp_obj_t self_in) { nativeio_digitalinout_obj_t *self = MP_OBJ_TO_PTR(self_in); |
