Put each module in its own subdirectory

This commit is contained in:
Daniel Eklöf 2019-01-12 11:18:46 +01:00
parent 75bdd2ad3c
commit 8809cbb481
24 changed files with 73 additions and 71 deletions

View file

@ -0,0 +1,7 @@
#pragma once
#include "../../module.h"
#include "../../particle.h"
struct module *module_battery(
const char *battery, struct particle *label, int poll_interval_secs);