Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Eavesdropper BitstreamGenerator SimpleDecimationFilter 11U68_MP3Player with TFTLCD ... more
FastIn< pin, pinmode > Class Template Reference
Faster alternative compared to regular DigitalIn. More...
#include <FastIO.h>
Inherits FastInOut< pin >.
Public Member Functions | |
| FastIn () | |
| Construct new FastIn object. | |
Detailed Description
template<PinName pin, PinMode pinmode = PullDefault>
class FastIn< pin, pinmode >
Faster alternative compared to regular DigitalIn.
Except the constructor it is compatible with regular DigitalIn. Aditionally all functions from DigitalInOut are also available (only initialization is different) Code is based on Igor Skochinsky's code (http://mbed.org/users/igorsk/code/FastIO/)
Definition at line 136 of file FastIO.h.
Constructor & Destructor Documentation
Generated on Tue Jul 12 2022 19:39:08 by
1.7.2
