mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
Using usual method of virtual method tables. Single virtual method, ioctl, is defined currently for all operations. This universal and extensible vtable-based method is also defined as a default MPHAL GPIO implementation, but a specific port may override it with its own implementation (e.g. close-ended, but very efficient, e.g. avoiding virtual method dispatch).
1.6 KiB
1.6 KiB