Mihai Tudor Panu
dfc7a710d4
firmata: extended data types on pins to allow subplatform usage
...
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com >
2016-12-08 15:10:36 -08:00
Noel Eck
a3a1fdc81b
Wunused-variable: Fixed all unused variables in src
...
This commit addresses all warnings emitted from -Wunused-variable
in the C++ src.
Signed-off-by: Noel Eck <noel.eck@intel.com >
2016-11-02 21:44:27 -07:00
Mihai Tudor Panu
e092aab5ed
grove: deprecated rest of grove libraries throughout documentation
...
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com >
2016-10-31 10:13:08 -07:00
Noel Eck
b5a33f6ee3
cmake: Cleanup of src CMakeLists.txt description field
...
Removed 'upm' string, capitalized first character, added descriptions
where necessary.
Signed-off-by: Noel Eck <noel.eck@intel.com >
2016-10-20 16:19:59 -07:00
Mihai Tudor Panu
d79799bab9
docs: updated doxygen tags for some sensors
...
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com >
2016-08-04 17:11:52 -07:00
Noel Eck
922e0cc26b
cpp_headers: Renamed C++ headers from .h -> .hpp
...
To make room for UPM C and C++ sensor code to coexist, all UPM
C++ headers have been renamed from h -> hpp. This commit contains
updates to documentation, includes, cmake collateral, examples, and
swig interface files.
* Renamed all cxx/cpp header files which contain the string
'copyright intel' from .h -> .hpp (if not already hpp).
* Replaced all references to .h with .hpp in documentation,
source files, cmake collateral, example code, and swig interface
files.
* Replaced cmake variable module_h with module_hpp.
* Intentionally left upm.h since this file currently does not
contain code (documentation only).
Signed-off-by: Noel Eck <noel.eck@intel.com >
2016-04-28 14:00:54 -07:00
Mihai Tudor Panu
7d64e5458f
docs: added new sensor images
...
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com >
2016-02-10 10:59:42 -08:00
Mihai Tudor Panu
63c75be370
docs: fixed manufacturer name for ak8975 & groveultrasonic
...
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com >
2016-02-08 12:07:47 -08:00
Noel Eck
e003a11723
cmake: added doxygen doc content to python sensor modules
...
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com >
2015-12-21 16:20:15 -08:00
Stefan Andritoiu
1667569560
java: Added "automatic load library" code for new sensors
...
Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com >
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com >
2015-12-04 17:40:56 -08:00
Mihai Tudor Panu
b4d4a215a2
groveultrasonic: made a few changes to code, example and documentation
...
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com >
2015-11-23 17:49:35 -08:00
Jun Kato
2eb6ebd3bd
groveultrasonic: Initial implementation
...
This module was developed and tested on a Grove Ultrasonic Ranger module.
http://www.seeedstudio.com/wiki/Grove_-_Ultrasonic_Ranger
Signed-off-by: Jun Kato <i@junkato.jp >
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com >
2015-11-23 15:47:55 -08:00