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_MD Class Reference
#include <Out_MD.h>
Public Member Functions | |
| Out_MD (PinName pn_D0, PinName pn_D1, PinName pn_D2, PinName pn_D3, PinName pn_LH, PinName pn_REQ, PinName pn_ACK, InputStatus *inputStatus) | |
| Constructor: Out_MD. | |
Detailed Description
Class: Out_MD.
Used for writing to Megadrive analog joystick input mode
Definition at line 10 of file Out_MD.h.
Constructor & Destructor Documentation
| Out_MD | ( | PinName | pn_D0, |
| PinName | pn_D1, | ||
| PinName | pn_D2, | ||
| PinName | pn_D3, | ||
| PinName | pn_LH, | ||
| PinName | pn_REQ, | ||
| PinName | pn_ACK, | ||
| InputStatus * | inputStatus | ||
| ) |
Constructor: Out_MD.
Parameters: pn_D0 - DigitalOut for Megadrive's D0 (D-Sub 9pin connector's pin1) pn_D1 - DigitalOut for D1 (D-Sub9 pin2) pn_D2 - DigitalOut for D2 (D-Sub9 pin3) pn_D3 - DigitalOut for D3 (D-Sub9 pin4) pn_LH - DigitalOut for L/H (D-Sub9 pin6) pn_REQ - InterruptIn for Req (D-Sub9 pin7) pn_ACK - DigitalOut for Ack (D-Sub9 pin9) inputStatus - The variable holds input status
Definition at line 28 of file Out_MD.cpp.
Generated on Thu Jul 14 2022 14:49:55 by
1.7.2