Skip to content

Commit

Permalink
fix for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
popovb committed Oct 29, 2023
1 parent e00e230 commit 0ccd006
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 87 deletions.
3 changes: 0 additions & 3 deletions arduino/4164-41256-tester/4164-41256-tester.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
//

#include "Out.hpp"
#include "Congratulation.hpp"
#include "Types.hpp"
#include "Buttons.hpp"
#include "Menu.hpp"
#include "MenuDrawer.hpp"
#include "Executor.hpp"

Out out;
Congratulation<Out> cong(out);
Buttons btns;
Menu menu;
MenuDrawer menu_drawer(out);
Expand All @@ -20,7 +18,6 @@ Executor executor(out, btns);
void setup() {
out.init();
executor.init();
cong.display();
out.clear();
out.display();
menu_drawer.draw(menu.get());
Expand Down
2 changes: 1 addition & 1 deletion arduino/4164-41256-tester/Config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define __CONFIG_HPP__

#define NAME "4164-256 test"
#define VERSION "2.1.0 ProtoDed Edition"
#define VERSION "2.1.0"

#define DI 15 // PC1
#define DO 8 // PB0
Expand Down
83 changes: 0 additions & 83 deletions arduino/4164-41256-tester/Congratulation.hpp

This file was deleted.

0 comments on commit 0ccd006

Please sign in to comment.