Skip to content

Commit

Permalink
Update CubeController.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsbrenkman authored Jan 14, 2024
1 parent bff9858 commit ba7db9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/CubeController.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include "Particle.h"
#include "Constants.h"

LEDCUBE_NAMESPACE_BEGIN

typedef struct {
uint8_t x;
uint8_t y;
Expand All @@ -23,4 +25,6 @@ class CubeController {
uint8_t active_layer;
};

LEDCUBE_NAMESPACE_END

#endif

0 comments on commit ba7db9c

Please sign in to comment.