diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-18 18:34:08 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-18 18:34:08 +0200 |
commit | 752dca0a41581282498ccb0d3e2aedb15181e4a8 (patch) | |
tree | 8dd27b7e6cff31b05fbc4c8ea0a9d5cec15f2b87 /main/mod.c | |
parent | 35129b2ba8e416f99f4095d93ae748762b0e36fb (diff) |
WIP main controller puzzle bus behavior + fix build system / client
Diffstat (limited to 'main/mod.c')
-rw-r--r-- | main/mod.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ +#include "pb.h" #include "pb-mod.h" const char * PB_MOD_NAME = "main controller"; -const i2c_addr_t PB_MOD_ADDR = 0x20; +const i2c_addr_t PB_MOD_ADDR = PB_ADDR_MOD_MAIN; |