sknepper
c5369315e9
ldt0028: Added support for LDT0-028 PZT film-based sensors
Signed-off-by: Sarah Knepper <sarah.knepper@intel.com >
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Mihai Tudor Panu
931c8e8814
gas: fixed documentation typos and updated images
Signed-off-by: Mihai Tudor Panu <mihai.t.panu@intel.com >
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
William Penner
c34939cfb4
mpl3115a2: sensor added
Signed-off-by: William Penner <william.penner@intel.com >
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
William Penner
ce928907eb
htu21d: update to correct code now under MIT license
Signed-off-by: William Penner <william.penner@intel.com >
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
William Penner
b53881a8d6
htu21d: sensor added
Signed-off-by: William Penner <william.penner@intel.com >
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
9ab215b6fd
hmc5883l: use int16_t as coordinate type throughout
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Mihai Tudor Panu
ea7b7a23fa
hmc5883l: changed to standard heading and added declination
Signed-off-by: Mihai Tudor Panu <mihai.t.panu@intel.com >
10 years ago
Mihai Tudor Panu
03318b3c4d
hmc5883l: fixed type cast in update()
Signed-off-by: Mihai Tudor Panu <mihai.t.panu@intel.com >
10 years ago
Brendan Le Foll
726e40d6c5
max5487: fix optional parameter in constructor
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
e3bdef0ef0
lol: styling fix and remove static gpio tables for gen1
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
8174b6c59b
lol.h: remove unimplemented function
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
474a6f82a3
mic.h: update link to example
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Mihai Tudor Panu
cebc339d91
grove: sliding potentiometer
Signed-off-by: Mihai Tudor Panu <mihai.t.panu@intel.com >
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Mihai Tudor Panu
b2ffcdd9ea
grove: rotary angle sensor
Signed-off-by: Mihai Tudor Panu <mihai.t.panu@intel.com >
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
e91b69230c
tsl2561.cxx: remove exec perms
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
5477321ce7
tsl2561: fix indentation of example
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
ac9cd1afa3
tsl2561: update example to use new API
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
96a8bf7e06
tsl2561: change getLux calls to return an int
To follow with our simple API requirements, change the return value of getLux()
call to an int. This lets SWIG do a better job with generating an API
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
2ea12da8b8
tsl2561: fix indentation, style and namespace
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
685adc561b
tsl2561: remove executable permissions on files
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Mccool, Michael
fd54745cc0
lsm303: fix types returned by module and heading formula
* getRawAccelData() & other accel functions now return int16_t
* scale is now a supported constructor parameter
* heading returns 0-360 values
Signed-off-by: Mccool, Michael <michael.mccool@intel.com >
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
4bf30df933
building.md: update cmake instructions
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
44b1ff7f75
lsm303: make code alot more robust and fix getHeading() call
Note that from this UPM release libmraa 0.5.2+ is required
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Nandkishor
e9da4719fb
tsl2561: light to digital sensor tsl2561
Signed-off-by: Nandkishor <nandkishor.sonar@intel.com >
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
fc776ba3a3
jhd1313m1.h: add warning to show it only works with 5V
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
8e11768a51
naming.md: update documentation for naming
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
3bea0233bc
gas: remove thresholdContext param from getSample()
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
b1da85f437
servo: fix js & python wrappers by adding base class to interaface
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
875c39ab85
TODO: update public todo list
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
397af51d7c
upm: Add sensor groups based on IO types
This commit also fixes adds some default constructor arguments to some i2c
sensors.
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
79e8a261ba
grove.h: add documentation to aio grove sensors
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
da59216663
grove.cxx: fix with 10bit ADC numbers
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
13814f78d8
lpd8806.h: fix typo in example
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Thomas Ingleby
c211f4ba1a
doc: add doxygen link to README.md
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
10 years ago
Brendan Le Foll
a6b7522b18
gas: add headers to swig files
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
30ae8070c6
gas: fix example filenames
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
67d2cb6428
jhd1313m1: add default i2c addresses
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
a07663045b
i2clcd: add ssd1308 to swig and move common files to ssd.h
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
befba8c18d
doxygen: add groups for all modules
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
e7a32b9882
lsm303: add quick accel data functions
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Kiveisha Yevgeniy
d0999cf778
nrf24l01: changed src and dest address
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Kiveisha Yevgeniy
81e1fd281c
nrf24l01: added new feature BLE broadcasting with example and new methods to nrf24l01 (setChannel, setPower, etc... )
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com >
10 years ago
Brendan Le Foll
4aa51c0edb
grovetemp.py: add example
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
bbb7aa5a39
grove.cxx: drop ADC resolution to 10bit for calculation
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
izard
d97ce2378b
lol: Added Olimex LoL array support, 13x9 LED matrix
Signed-off-by: izard <alexander.komarov@intel.com >
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
10 years ago
izard
d44eb0b751
joystick12: Add Elecfreaks Joystic 1.2/1.4 support
This should also support similar analog joysticks
Signed-off-by: izard <alexander.komarov@intel.com >
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com >
10 years ago
Brendan Le Foll
5f2b525ee4
lsm303: add picture of grove lsm303
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
af6272941a
rgb-lcd.py: add example
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
97bc6bbc20
4digitdisplay.py: add example
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago
Brendan Le Foll
47c332bf6f
examples: fix naming of examples
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com >
10 years ago