Restructuring, refactoring.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include "animationfunctions.h"
|
#include "animation_functions.h"
|
||||||
#include "wordclock_constants.h"
|
#include "wordclock_constants.h"
|
||||||
#include "udp_logger.h"
|
#include "udp_logger.h"
|
||||||
#include "ledmatrix.h"
|
#include "ledmatrix.h"
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
#include <WiFiUdp.h>
|
#include <WiFiUdp.h>
|
||||||
|
|
||||||
// own libraries
|
// own libraries
|
||||||
#include "animationfunctions.h"
|
#include "animation_functions.h"
|
||||||
#include "pong.h"
|
#include "pong.h"
|
||||||
#include "snake.h"
|
#include "snake.h"
|
||||||
#include "tetris.h"
|
#include "tetris.h"
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
#include "otafunctions.h"
|
#include "otafunctions.h"
|
||||||
#include "udp_logger.h"
|
#include "udp_logger.h"
|
||||||
#include "wordclock_constants.h"
|
#include "wordclock_constants.h"
|
||||||
#include "wordclock_functions.h"
|
#include "render_functions.h"
|
||||||
|
|
||||||
// DEBUG
|
// DEBUG
|
||||||
uint32_t dbg_counter = 0; // TODO RM
|
uint32_t dbg_counter = 0; // TODO RM
|
||||||
|
|||||||
Reference in New Issue
Block a user