Skip to content

Commit

Permalink
modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anydream committed Aug 5, 2015
1 parent 064a8df commit edcbc6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ uint8_t g_Divisor = 2; // transfer speed set to MCU's clock divide by 2
void setup()
{
// setup pins
g_PinCS.Begin(pinCS);
g_PinRS.Begin(pinRS);
g_PinCS.Begin(45);
g_PinRS.Begin(47);

g_PinCS.PinMode(OUTPUT);
g_PinRS.PinMode(OUTPUT);
Expand Down

0 comments on commit edcbc6d

Please sign in to comment.