Mercurial > hg > beaglert
comparison projects/d-box/DboxSensors.h @ 68:59edd5780fef
Changed d-box code to run cleanly when built on board. Updated Makefile to add ne10 include path on board. Some extra docs in Utilities.h
author | andrewm |
---|---|
date | Fri, 17 Jul 2015 16:57:08 +0100 |
parents | 901d205d1a3c |
children |
comparison
equal
deleted
inserted
replaced
67:472e892c6e41 | 68:59edd5780fef |
---|---|
19 #include <sys/stat.h> // mkdir() | 19 #include <sys/stat.h> // mkdir() |
20 #include <algorithm> // reverse() [string...] | 20 #include <algorithm> // reverse() [string...] |
21 | 21 |
22 #include "I2c_TouchKey.h" | 22 #include "I2c_TouchKey.h" |
23 #include "AnalogInput.h" | 23 #include "AnalogInput.h" |
24 #include "../../include/GPIOcontrol.h" // TODO wrap this into a class | 24 #include <GPIOcontrol.h> // TODO wrap this into a class |
25 | 25 |
26 /*--------------------------------------------------------------------------------------------------------------------------------------------------- | 26 /*--------------------------------------------------------------------------------------------------------------------------------------------------- |
27 * This class retrieves data from all the connected sensors, | 27 * This class retrieves data from all the connected sensors, |
28 * logs them | 28 * logs them |
29 * and exposes to the main only the values needed to synthesize sound | 29 * and exposes to the main only the values needed to synthesize sound |