Skip to content

Commit

Permalink
Prepare BoxTonies class
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Jun 13, 2020
1 parent 9da4898 commit 25a2be4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
13 changes: 13 additions & 0 deletions BoxTonies.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#include "BoxTonies.h"

#define CONTENT_BASE "/CONTENT/"

void BoxTonies::begin() {

}

void BoxTonies::loop() {

}

//void BoxTonies::_
16 changes: 16 additions & 0 deletions BoxTonies.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#ifndef BoxTonies_h
#define BoxTonies_h

#include "BaseHeader.h"
#include "BoxSD.h"

class BoxTonies {
public:
void
begin(),
loop();

private:
};

#endif
Empty file added TonieStructures.h
Empty file.

0 comments on commit 25a2be4

Please sign in to comment.