mirror of
https://github.com/micropython/micropython.git
synced 2026-05-03 06:10:14 +02:00
3fecbb2462
Allows to translate C-level pin API to Python-level pin API. In other words, allows to implement a pin class and Python which will be usable for efficient C-coded algorithms, like bitbanging SPI/I2C, time_pulse, etc.