Handle I2C multiplexer channel selection

This commit is contained in:
2024-09-02 03:07:44 +02:00
parent 19983fb613
commit 3f336798c3
7 changed files with 155 additions and 14 deletions

View File

@@ -9,4 +9,7 @@
void Info(const char *fmt, ...);
void Error(const char *fmt, ...);
#include <util/delay.h>
#define Sleep(ms) _delay_ms(ms)
#endif // MAD_CORE_COMMON_H