comparison projects/d-box/DboxSensors.h @ 108:3068421c0737 ultra-staging

Merged default into ultra-staging
author Giulio Moro <giuliomoro@yahoo.it>
date Tue, 18 Aug 2015 00:35:15 +0100
parents 59edd5780fef
children
comparison
equal deleted inserted replaced
54:d3f869b98147 108:3068421c0737
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