Skip to content

Commit

Permalink
refactor(*): rename all source files
Browse files Browse the repository at this point in the history
  • Loading branch information
crossr0ad committed Jul 15, 2021
1 parent 1d0f725 commit f313c01
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions src/Octpus.ino → src/octopus.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
#include <stdio.h>
#include <stdlib.h>

#include "Font.h"
#include "Haikei.h"
#include "Man.h"
#include "Octbody.h"
#include "Octfoot.h"
#include "background.h"
#include "font.h"
#include "octopus_body.h"
#include "octopus_legs.h"
#include "player.h"

byte pins_DB[] = {14, 15, 2, 3, 4, 5, 6, 7};

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f313c01

Please sign in to comment.