First Release

Dependencies:   USBDevice

Embed: (wiki syntax)

« Back to documentation index

Out_FC Class Reference

Out_FC Class Reference

Class: Out_FC. More...

#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.