Move split function.
This commit is contained in:
@@ -30,7 +30,6 @@ typedef enum
|
||||
|
||||
int EEPROM_read_address(int address);
|
||||
String leading_zero2digit(int value);
|
||||
String split(String s, char parser, int index);
|
||||
void check_night_mode(void);
|
||||
void EEPROM_write_to_address(int address, int value);
|
||||
void handle_button(void);
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
#include <Arduino.h>
|
||||
|
||||
int show_string_on_clock(String message, uint32_t color);
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user