Skip to content

Commit

Permalink
Use only one instance of the Hackiebox class
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed May 28, 2020
1 parent de25bda commit e9dd7df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hackiebox_cfw.ino
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#include "Hackiebox.h"

Hackiebox hackiebox = Hackiebox();

void setup() {
hackiebox.setup();
Box.setup();
}

void loop() {
hackiebox.loop();
Box.loop();
}

0 comments on commit e9dd7df

Please sign in to comment.