プレステ1コントローラ用ライブラリ

Files at this revision

API Documentation at this revision

Comitter:
kurt
Date:
Fri Apr 04 05:19:24 2014 +0000
Parent:
4:64efd8803fa9
Commit message:
Add history

Changed in this revision

pspad.cpp Show annotated file Show diff for this revision Revisions of this file
pspad.h Show annotated file Show diff for this revision Revisions of this file
diff -r 64efd8803fa9 -r 0a62d4621fb0 pspad.cpp
--- a/pspad.cpp	Fri Apr 04 05:08:09 2014 +0000
+++ b/pspad.cpp	Fri Apr 04 05:19:24 2014 +0000
@@ -1,10 +1,3 @@
-/*
- * pspad.c
- *
- *  Created on: 2012/12/21
- *      Author: KORA
- */
-
 #include "mbed.h"
 #include "pspad.h"
 
diff -r 64efd8803fa9 -r 0a62d4621fb0 pspad.h
--- a/pspad.h	Fri Apr 04 05:08:09 2014 +0000
+++ b/pspad.h	Fri Apr 04 05:19:24 2014 +0000
@@ -1,15 +1,11 @@
-/*
- * pspad.h
- *
- *  Created on: 2012/12/21
- *      Author: USER
- */
- 
  /*------------------------
- *-----2013/10/1
+ *-----2013/10/1-------
  *・通信失敗時はアナログパッドはホームポジションを返すように変更
  *・前回のボタンの値を表す変数を追加
  *・振動機能を追加(VIBRATE=1)で振動
+ *
+ *-----2014/4/3--------
+ *・PsCommのクロック操作と読み取りの順番を訂正 サンキューM田氏
  *---------------------------*/
 
 #ifndef PSPAD_H_