Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Commit

Permalink
Clean up artifacts of older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Olavhaasie committed Oct 22, 2020
1 parent 9d8bcdc commit 7811a5d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 65 deletions.
56 changes: 0 additions & 56 deletions examples/joystick_example.cpp

This file was deleted.

4 changes: 2 additions & 2 deletions examples/screen_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ void loop()
// Draw different images from the uSD card in a loop
screen.draw_image(STAIRS);
sleep(1);
screen.draw_image(SIT);
screen.draw_image(HOME_SIT);
sleep(1);
screen.draw_image(HOME_STAND);
screen.draw_image(STAND_UP);
sleep(1);
screen.draw_image(SOFA);
sleep(1);
Expand Down
7 changes: 0 additions & 7 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ const uint8_t RST = 13; // Reset
const uint32_t BAUD_SCREEN = 9600;
const uint64_t BAUD_SERIAL = 57600;

// Necessary, since the 4dsystems defines these
// and they clash with our encoder definitions
#undef LEFT
#undef RIGHT
#undef UP
#undef DOWN

//#define USE_WIRELESS // comment this to use wired connection.

Button trigger(pins::TRIGGER);
Expand Down

0 comments on commit 7811a5d

Please sign in to comment.