Clock working, I2C communication to be proven

This commit is contained in:
StefansE
2026-03-26 19:26:58 +01:00
parent 6b3f588fb0
commit ba8855eb21
6 changed files with 153 additions and 21 deletions

View File

@@ -8,11 +8,17 @@
#ifndef INC_WS2812_EFFECT_H_
#define INC_WS2812_EFFECT_H_
#include "stdint-gcc.h"
void ws_Effect_RoudTheClock(void);
void ws_Effect_RandRound(void);
void ws_Effect_RandRand(void);
void ws_effect_display_time(uint8_t hour, uint8_t minute, uint8_t second);
void ws_effect_display_hour(uint8_t hour);
#endif /* INC_WS2812_EFFECT_H_ */