Kiveisha Yevgeniy
1dd8626044
mma7455: added new accelerometer module
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Thomas Ingleby
1c138d9167
ledbar: rename to my9221
* Use new cmake macro
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
10 years ago
Thomas Ingleby
3dccffe055
4digitdisplay: rename to tm1637
* Use new cmake macro
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
10 years ago
Thomas Ingleby
34e343869c
upm: update past modules to use new CMake macro
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
10 years ago
Thomas Ingleby
d71e4e5dc2
cmake: update swig support
* Bumped required CMake Version
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
10 years ago
Thomas Ingleby
7e3358b586
doc: make docs not generate by default. BUILDDOC
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
10 years ago
Kiveisha Yevgeniy
ca0b0cce44
doxygen: added documentation to new public methods
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Kiveisha Yevgeniy
12b2ab6991
max44000: Added swig to the module and set i2c methods as public
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Thomas Ingleby
3be0cdf5c2
upm: rename generated ipk package
* Version bump to 0.1.2
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
10 years ago
Kiveisha Yevgeniy
d1f7df0552
doxygen: Added documentation to led bar (my9221)
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Kiveisha Yevgeniy
0340d736de
doxygen: fix to documentaion of buzzer sensor
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Kiveisha Yevgeniy
a2ca2c1497
doxygen: Added documentation to ultrasonic sensor
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Kiveisha Yevgeniy
236cc9acc1
doxygen: Added documentation to Buzzer sensor
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Thomas Ingleby
864306acf5
cmake: added logic for building a tagged commit
* If the HEAD is 0 away from a tag, i.e. if it has just been tagged,
removes commit number from version
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
10 years ago
Kiveisha Yevgeniy
814cc4a0e8
doxygen: Added documentation for servo base and es08a
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Thomas Ingleby
1ff0e5ee57
upm: add protection around function for packaging
* Would not build if not building IPK.
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
10 years ago
Kiveisha Yevgeniy
38efe2d7a3
max44000: Added new sensor module
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Thomas Ingleby
fa1753f4ef
ipk: add cpack ipk generation
* added similar cmake modules used in libmaa
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
10 years ago
Brendan Le Foll
b73841b28b
Doxyfile.in: make doc generation work
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
9c34b829ef
4digitdisplay.cxx: add Interesting tag and remove pointless array
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Kiveisha Yevgeniy
451d0390b6
doxygen: Added documentation to nrf24l01 module
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Kiveisha Yevgeniy
7d898e3274
doxygen: added documentation to tm1637 seven segment display
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Brendan Le Foll
b4ae08935d
Merge branch 'ykiveish-master'
10 years ago
Brendan Le Foll
3ee752b297
Merge branch 'master' of github.com:ykiveish/upm into ykiveish-master
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
Conflicts:
examples/CMakeLists.txt
src/CMakeLists.txt
src/hcsr04/CMakeLists.txt
src/servo/CMakeLists.txt
10 years ago
Kiveisha Yevgeniy
557f63edf6
ssd1327: Added new lcd module.
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Kiveisha Yevgeniy
3ce441f0a8
lcd: changed the OOO generalisation.
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Kiveisha Yevgeniy
039b138194
ssd1308: Added new oled display
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Kiveisha Yevgeniy
23d847e380
hcsr04: Added new sonar module (not working properly yet)
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Kiveisha Yevgeniy
356b1dd43c
servo: Added new module servo
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Brendan Le Foll
794eb19bd7
COPYING: add MIT license
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Thomas Ingleby
fdb943c2eb
upm: add install options to all current libraries
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
10 years ago
Thomas Ingleby
4896881ea4
cmake: add recursive search for folders
* No need for many add_subdirectory
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
10 years ago
Thomas Ingleby
af09aeadc3
Merge branch 'ykiveish-master'
10 years ago
Kiveisha Yevgeniy
28b68b71c8
hcsr04: Added new sonar module (not working properly yet)
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Kiveisha Yevgeniy
aac51c4850
servo: Added new module servo
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Brendan Le Foll
f1cf463126
Merge branch 'ykiveish-master'
10 years ago
Kiveisha Yevgeniy
5b8922f7bf
styling: convert TAB to four SPACES
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Kiveisha Yevgeniy
0db7af89f9
general: added stdlib definition to fix broken compilation on maa v0.2.7
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Brendan Le Foll
fdcd36e1ae
styling: remove trailing whitespace from all modules
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
83c29cc330
Merge branch 'ykiveish-master'
10 years ago
Yevgeniy Kiveisha
e63076ecf4
nrf24l01 :: Added NRF module with examples.
Signed-off-by: Yevgeniy Kiveisha <yevgeniy.kiveisha@intel.com >
10 years ago
Yevgeniy Kiveisha
93aa79fe4b
4digitdisplay: added new 4digitdisplay module
Signed-off-by: Yevgeniy Kiveisha <yevgeniy.kiveisha@intel.com >
10 years ago
Yevgeniy Kiveisha
dd55123062
ledbar: added ledbar module
Signed-off-by: Yevgeniy Kiveisha <yevgeniy.kiveisha@intel.com >
10 years ago
Yevgeniy Kiveisha
c60b342e0f
lcd: added grove-lcd rgb and deleted the old lcm1602 folder
Signed-off-by: Yevgeniy Kiveisha <yevgeniy.kiveisha@intel.com >
10 years ago
Brendan Le Foll
e785b0f03b
cmake: make required maa version 0.2.6+
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
81278510c0
Merge branch 'ykiveish-master'
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Yevgeniy Kiveisha
725fc4661c
buzzer: added buzzer with example
Signed-off-by: Yevgeniy Kiveisha <yevgeniy.kiveisha@intel.com >
10 years ago
Brendan Le Foll
b26cbd09f1
hmc5883l.h: change char to uint8_t
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
1d74ead4cc
Lcm1602: clean up API and use maa_result_t
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
77d103f396
cmake: update to maa 0.2.6
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago