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: Pinscape_Controller_v1 Pinscape_Controller Pinscape_Controller_V2_arnoz Pinscape_Controller_V2
Fork of FastIO by
FastOut< pin, initial > Class Template Reference
Faster alternative compared to regular DigitalOut. More...
#include <FastIO.h>
Inherits FastInOut< pin >.
Public Member Functions | |
| FastOut () | |
| Construct new FastOut object. | |
Detailed Description
template<PinName pin, int initial = 0>
class FastOut< pin, initial >
Faster alternative compared to regular DigitalOut.
Except the constructor it is compatible with regular DigitalOut. 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 94 of file FastIO.h.
Constructor & Destructor Documentation
Generated on Sat Jul 23 2022 02:52:40 by
1.7.2
