diff options
Diffstat (limited to 'test/pbdrv/mod.c')
-rw-r--r-- | test/pbdrv/mod.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/pbdrv/mod.c b/test/pbdrv/mod.c new file mode 100644 index 0000000..81e4ebf --- /dev/null +++ b/test/pbdrv/mod.c @@ -0,0 +1,6 @@ +#include "pb-mod.h" +#include "pb-types.h" + +const char * PB_MOD_NAME = "test"; +const i2c_addr_t PB_MOD_ADDR = 0x08; + |