Renaming, refactoring.

This commit is contained in:
2023-08-22 23:23:19 +02:00
parent a0cf358b53
commit c7279afbae
13 changed files with 42 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
#ifndef WORDCLOCK_FUNCTIONS_H
#define WORDCLOCK_FUNCTIONS_H
#ifndef RENDER_FUNCTIONS_H
#define RENDER_FUNCTIONS_H
#include <Arduino.h>
@@ -8,4 +8,4 @@ String split(String s, char parser, int index);
String time_to_string(uint8_t hours, uint8_t minutes);
void draw_minute_indicator(uint8_t minutes, uint32_t color);
#endif /* WORDCLOCK_FUNCTIONS_H */
#endif /* RENDER_FUNCTIONS_H */