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.
In_CyberStick Class Reference
Class: In_CyberStick. More...
#include <In_CyberStick.h>
Public Member Functions | |
| In_CyberStick (PinName pn_D0, PinName pn_D1, PinName pn_D2, PinName pn_D3, PinName pn_LH, PinName pn_ACK, PinName pn_REQ, InputStatus *inputStatus) | |
| Constructor: In_CyberStick. | |
Detailed Description
Class: In_CyberStick.
Used for reading from CyberStick(CZ-8NJ2)
Example:
> include "mbed.h"
> In_CyberStick myCS(p20, p19,... inputStates);
Definition at line 17 of file In_CyberStick.h.
Constructor & Destructor Documentation
| In_CyberStick | ( | PinName | pn_D0, |
| PinName | pn_D1, | ||
| PinName | pn_D2, | ||
| PinName | pn_D3, | ||
| PinName | pn_LH, | ||
| PinName | pn_ACK, | ||
| PinName | pn_REQ, | ||
| InputStatus * | inputStatus | ||
| ) |
Constructor: In_CyberStick.
Parameters: pn_D0 - DigitalIn for CyberStick's D0 (D-Sub 9pin connector's pin1) pn_D1 - DigitalIn for D1 (D-Sub9 pin2) pn_D2 - DigitalIn for D2 (D-Sub9 pin3) pn_D3 - DigitalIn for D3 (D-Sub9 pin4) pn_LH - DigitalIn for L/H (D-Sub9 pin6) pn_ACK - DigitalIn for Ack (D-Sub9 pin7) pn_REQ - DigitalOut for Req (D-Sub9 pin8) inputStatus - The variable to store input status
Definition at line 11 of file In_CyberStick.cpp.
Generated on Thu Jul 14 2022 14:49:55 by
1.7.2