diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-23 14:01:50 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-23 14:01:50 +0200 |
commit | e22d67e4ac0c03f8e05ae887b62791ce57e8818c (patch) | |
tree | e35dbe66c434e1b3a906f8960614c9074a857cdc /puzzle/neo/mod.c | |
parent | bfa85b6c313a725afe98bbe6ccb60978de3187a9 (diff) | |
parent | 3314fce1b841cfb41994e62eb8b472adbe06115d (diff) |
Merge branch 'master' into wip/docs
Diffstat (limited to 'puzzle/neo/mod.c')
-rw-r--r-- | puzzle/neo/mod.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/puzzle/neo/mod.c b/puzzle/neo/mod.c new file mode 100644 index 0000000..058a585 --- /dev/null +++ b/puzzle/neo/mod.c @@ -0,0 +1,6 @@ +#include "pb.h" +#include "pb-mod.h" + +const char * PB_MOD_NAME = "dummy"; +const i2c_addr_t PB_MOD_ADDR = PB_ADDR_MOD_DUMMY; + |