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.
Out_FC Class Reference
#include <Out_FC.h>
Public Member Functions | |
| Out_FC (PinName pn_LATCH, PinName pn_DATA, PinName pn_CLOCK, PinName pn_POWDETECT, InputStatus *inputStatus) | |
| Constructor: Out_FC. | |
Detailed Description
Class: Out_FC.
Output class for Famicom
Definition at line 9 of file Out_FC.h.
Constructor & Destructor Documentation
| Out_FC | ( | PinName | pn_LATCH, |
| PinName | pn_DATA, | ||
| PinName | pn_CLOCK, | ||
| PinName | pn_POWDETECT, | ||
| InputStatus * | inputStatus | ||
| ) |
Constructor: Out_FC.
Parameters: pn_LATCH - InterruptIn for LATCH (pin12) pn_DATA - DigitalOut for DATA (pin13) pn_CLOCK - InterruptIn for LATCH (pin14) pn_POWDETECT - InterruptIn for PowerDetect (pin15) inputStatus - Input status
Definition at line 7 of file Out_FC.cpp.
Generated on Thu Jul 14 2022 14:49:55 by
1.7.2