circuitpython/shared-bindings/busio
Jeff Epler 068b7c4af8
Use micropython #defines for stream polling operations
We adopted the file "py/ioctl.h" and the ioctl names beginning
with MP_IOCTL_POLL while micropython went with "py/stream.h" and
MP_STREAM_POLL.

Align with upstream.

Closes #6711
2022-10-14 12:15:30 -05:00
..
__init__.c run black_bindings across all bindings 2022-09-27 15:21:42 -05:00
__init__.h Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master. 2017-08-25 22:17:07 -04:00
I2C.c Tweak black_bindings 2022-09-30 11:18:13 -05:00
I2C.h common-hal I2C combined write_read 2022-01-31 22:03:30 -05:00
SPI.c Tweak black_bindings 2022-09-30 11:18:13 -05:00
SPI.h change half_duplex to be on spi construct 2022-02-08 21:37:38 -05:00
UART.c Use micropython #defines for stream polling operations 2022-10-14 12:15:30 -05:00
UART.h run code formatting script 2021-03-15 19:27:36 +05:30