Skip to content

Commit

Permalink
removed unneeded serial function
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSenpai committed Dec 1, 2017
1 parent cee796e commit 91cfdab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion singleLEDLibrary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ sllib::sllib(int pin){
//make sure to use pwm ports here
pinMode(pin,OUTPUT);
digitalWrite(pin,LOW);
Serial.begin(9600);
_pin = pin;
}

Expand Down

0 comments on commit 91cfdab

Please sign in to comment.