diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-05-27 00:57:18 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-05-27 01:08:43 +0300 |
commit | 751e3b7a820c13561cca47717d47d7784f776232 (patch) | |
tree | ef29b10707011f48906fa7fed4c480ccc81108ff /extmod/vfs_fat_misc.c | |
parent | 74e6c0337de9570f85da88a2443e7c20a6d2e7ff (diff) | |
download | micropython-751e3b7a820c13561cca47717d47d7784f776232.tar.gz micropython-751e3b7a820c13561cca47717d47d7784f776232.zip |
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).
Diffstat (limited to 'extmod/vfs_fat_misc.c')
0 files changed, 0 insertions, 0 deletions