Skip to content

Commit

Permalink
Arduino | ノートナンバーの割り当てを修正(スレーブ)
Browse files Browse the repository at this point in the history
  • Loading branch information
hideyukisaito committed Aug 22, 2012
1 parent 30275e9 commit 1a21549
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -10,8 +10,8 @@ SoftwareSerial mySerial(2, 3);
#define KEY_CS2 0x49
#define KEY_DS2 0x4B
#define KEY_FS2 0x4E
#define KEY_GS2 0x51
#define KEY_AS2 0x53
#define KEY_GS2 0x50
#define KEY_AS2 0x52

char slavePins[] = { 4, 5, 6, 7, 8, 9, 10, 11 };

Expand Down

0 comments on commit 1a21549

Please sign in to comment.