diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-08 19:20:49 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-08 19:20:49 +0200 |
commit | feaa43f37c01cf832fed17572d915e5709231893 (patch) | |
tree | 37f63dee764e75ad2dd1485f06c583b5473ff6fc /main/mod.c | |
parent | e4b241c8ec4f12fe6ac479c2153cc540830e6a5d (diff) |
WIP raspberry pi pico pbdrv
Diffstat (limited to 'main/mod.c')
-rw-r--r-- | main/mod.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/mod.c b/main/mod.c new file mode 100644 index 0000000..b34bbc9 --- /dev/null +++ b/main/mod.c @@ -0,0 +1,5 @@ +#include "pb-mod.h" + +const char * PBDRV_MOD_NAME = "main controller"; +const i2c_addr_t PBDRV_MOD_ADDR = 0x20; + |