diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2019-12-19 12:16:16 +0100 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2019-12-19 12:16:16 +0100 |
commit | 3f1c385cf8f2b3878365ff652d22393593104817 (patch) | |
tree | 65f94b5290b9a97ee48507aa07c72c4a76d8629b /src/app/luxlog/Makefile.inc | |
parent | b47e5150f90b6f809af84667f5b9547da12420a4 (diff) |
add luxlog app
Diffstat (limited to 'src/app/luxlog/Makefile.inc')
-rw-r--r-- | src/app/luxlog/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app/luxlog/Makefile.inc b/src/app/luxlog/Makefile.inc new file mode 100644 index 0000000..bcee1d0 --- /dev/null +++ b/src/app/luxlog/Makefile.inc @@ -0,0 +1,3 @@ +arch_drivers += ,i2c +drivers += ,max44009 +loop ?= 1 |