Skip to content

Commit

Permalink
good
Browse files Browse the repository at this point in the history
  • Loading branch information
durkie committed Nov 24, 2014
1 parent dcfd802 commit 665ca56
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Multivibe_Base/Multivibe_Base.ino
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ void loop() {
}


<<<<<<< HEAD:Multivibe_Base/Multivibe_Base.ino

=======
>>>>>>> FETCH_HEAD:Multivibe_Base.ino
// Cycle through all the outputs, turn the LED on and leave it on to show that we're on
void startupSequence() {
int outs = Toy.device.outCount;
Expand Down Expand Up @@ -149,11 +145,6 @@ int* pulse(int seq) {
step[0] = random(0,3);
step[1] = 144;
}
<<<<<<< HEAD:Multivibe_Base/Multivibe_Base.ino

=======

>>>>>>> FETCH_HEAD:Multivibe_Base.ino
step[2] = 70;
return step;
}
Expand Down

0 comments on commit 665ca56

Please sign in to comment.