Skip to content

Commit

Permalink
Fix Shield board port number define
Browse files Browse the repository at this point in the history
  • Loading branch information
YanMinge committed Nov 2, 2016
1 parent fbe57a5 commit 1b9f53b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makeblock/src/MeShield.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,12 @@


/********************* Shield Board GPIO Map *********************************/
MePort_Sig mePort[15] =
MePort_Sig mePort[17] =
{
{ NC, NC }, { 11, 10 }, { 9, 12 }, { 13, 8 }, { NC, 3 },
{ NC, NC }, { NC, 2 }, { A2, A3 }, { A0, A1 }, { 5, 4 },
{ 6, 7 }, { NC, NC }, { NC, NC }, { NC, NC }, { NC, NC },
{ NC, NC }, { NC, NC },
};

#define buzzerOn() pinMode(SCL,OUTPUT),digitalWrite(SCL, HIGH)
Expand Down

0 comments on commit 1b9f53b

Please sign in to comment.