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_PCE Class Reference
#include <Out_PCE.h>
Public Member Functions | |
| Out_PCE (PinName pn_1Y, PinName pn_2Y, PinName pn_3Y, PinName pn_4Y, PinName pn_DSEL, PinName pn_ST, PinName pn_POWDETECT, InputStatus *inputStatus) | |
| Constructor: Out_PCE. | |
Detailed Description
Class: Out_PCE.
Output class for PC-Engine Analog/Digital stick
Definition at line 13 of file Out_PCE.h.
Constructor & Destructor Documentation
| Out_PCE | ( | PinName | pn_1Y, |
| PinName | pn_2Y, | ||
| PinName | pn_3Y, | ||
| PinName | pn_4Y, | ||
| PinName | pn_DSEL, | ||
| PinName | pn_ST, | ||
| PinName | pn_POWDETECT, | ||
| InputStatus * | inputStatus | ||
| ) |
Constructor: Out_PCE.
Parameters: pn_1Y - DigitalOut for 1Y(Up/trigI) (PCE pad connector's pin2) pn_2Y - DigitalOut for 2Y(Right/trigII) (pin3) pn_3Y - DigitalOut for 3Y(Down/Select) (pin4) pn_4Y - DigitalOut for 4Y(Left/Run) (pin5) pn_DSEL - InterruptIn for DATASEL (pin6) pn_ST - InterruptIn for /STROBE (pin7) pn_POWDETECT - InterruptIn for PowerDetect (pin1) inputStatus - Input status
Definition at line 11 of file Out_PCE.cpp.
Generated on Thu Jul 14 2022 14:49:55 by
1.7.2