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.
Dependencies: SDFileSystem mbed
pspad.h
- Committer:
- beaglescout007
- Date:
- 2016-04-03
- Revision:
- 0:3dac1f1bc9e0
File content as of revision 0:3dac1f1bc9e0:
/*===================================================================*/
/* */
/* pspad.h : PS Pad function header file */
/* */
/* 2016/1/20 Racoon */
/* */
/*===================================================================*/
#ifndef PSPAD_H
#define PSPAD_H
// Initialize interface
void pspad_init();
// Read PS Pad state
// SE -- -- ST U R D L L2 R2 L1 R1 TR O X SQ
void pspad_read(unsigned short *pad1, unsigned short *pad2);
#endif