Inital Commit, Network Selection, Master Selection and Running Partition

Detection works
This commit is contained in:
2026-04-28 08:49:57 +02:00
commit fb2ec9bfe5
6 changed files with 2594 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef POWERPOD_H
#define POWERPOD_H
#define DIP_MASTER 4
#define I2C_SCL 5
#define I2C_SDA 6
#define I2C_PORT 0
#define IO_EXPANDER_ADDRESS 0x20
#endif