Skip to content
Snippets Groups Projects
Commit 751e3b7a authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

extmod/virtpin: Initial implementation of open-ended C-level Pin interface.

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).
parent 74e6c033
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment