Skip to content

Commit

Permalink
Replace A2 with A3 VirtualColorMixer.ino to support all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
robertinant committed Sep 29, 2015
1 parent 1f96c93 commit d6ef0ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

const int redPin = A0; // sensor to control red color
const int greenPin = A1; // sensor to control green color
const int bluePin = A2; // sensor to control blue color
const int bluePin = A3; // sensor to control blue color

void setup()
{
Expand Down

0 comments on commit d6ef0ef

Please sign in to comment.