Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rsammelson committed Mar 25, 2017
2 parents 05a8f3e + e9e7062 commit 99c8ffb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Starship.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
void explodingCircle (int x, int y, int r, uint16_t color) {
<<<<<<< HEAD
// matrix.fillCircle(x, y, r);
}

Expand All @@ -15,5 +16,12 @@ void drawShip (int x, int y, float s, uint16_t color) {
// matrix.fillCircle();

updateScreen();
=======
matrix.fillCircle(x, y, r);
}

void drawShip (int x, int y, float s) {
matrix.drawLine();
>>>>>>> master
}

0 comments on commit 99c8ffb

Please sign in to comment.