fad4f72357
t3311: Added libmodbus linkage for Java build
Andrei Vasiliu
2016-01-28 23:23:42 +02:00
b3db180ffb
doc: Added ds1307 to knownlimitations list
Noel Eck
2016-01-15 16:38:33 -08:00
a4f41c7cb5
java: In java examples build, changed path to needed jars, to not depend on build folder name.
Stefan Andritoiu
2016-01-13 14:19:51 +02:00
40f9135412
java: Added sanity checks and integrated them in CMake. Updated sample names and sample mapping.
Stefan Andritoiu
2016-01-13 13:38:23 +02:00
46996e5251
java: updated samples that use interrupts with Runnable implementation
Mihai Tudor Panu
2016-01-28 15:36:29 -08:00
2cd043c2a1
java: Use Runnables instead of IsrCallbacks in Java
Petre Eftime
2015-12-23 17:47:26 +02:00
e1c66c351a
rhusb: Initial implementation
Jon Trulson
2016-01-19 17:13:37 -07:00
a5fd4a2c10
hwxpxx: Initial implementation
Jon Trulson
2016-01-15 18:01:10 -07:00
fc7bfc113a
hdxxvxta: Initial implementation
Jon Trulson
2016-01-13 13:49:15 -07:00
bf82beaf9c
t3311: Initial implementation
Jon Trulson
2016-01-08 17:48:49 -07:00
5e37830bb7
pulsensor: updated header to include namespace and generate proper html/xml with doxygen
Mihai Tudor Panu
2016-01-11 16:45:57 -08:00
4ff722ed2e
ads1x15: changed description text to UTF-8 for compatibility with doxy2swig
Mihai Tudor Panu
2016-01-04 12:56:45 -08:00
52b0ef4b28
nlgpio16: include documentation generated by doxy2swig for python
Mihai Tudor Panu
2016-01-04 12:36:34 -08:00
930ff6734d
ads1x15: include documentation generated by doxy2swig for python
Mihai Tudor Panu
2016-01-04 11:21:24 -08:00
40be9b68a5
ads1x15: updated doxygen tags to match existing groups
Mihai Tudor Panu
2015-12-23 17:03:33 -08:00
4259aeab7b
ads1x15: initial commit for ads1x15 adc
Marc Graham
2015-12-01 14:57:34 -08:00
d0cb2a032c
nlgpio16: Initial implementation
Jon Trulson
2015-12-04 19:16:36 -07:00
4dc679af70
stepmotor: made some small API changes for consistency and usability
Mihai Tudor Panu
2015-12-22 15:20:30 -08:00
091bd9b381
stepmotor: clock_gettime needs lrt with older gcc/glib2 versions
Mihai Tudor Panu
2015-12-22 11:37:43 -08:00
d04f93ffca
mhz16: fixed JS/Python examples to match driver API
Zion Orent
2015-12-09 10:32:39 -05:00
66aaa97955
swig: rename funcs that caused overload errors in python for hmtrp, wt5001
Zion Orent
2015-12-09 10:59:54 -05:00
387b2b86b0
swig: ensure that all uint*_t passed in have the correct type.
Zion Orent
2015-10-07 09:06:23 -04:00
5bc9353bb4
stepmotor: updated Java example, added python & node.js examples
Mihai Tudor Panu
2015-12-21 14:57:04 -08:00
c8e80bf6a3
stepmotor: made significant changes to stepper driver
Mihai Tudor Panu
2015-12-15 11:00:05 -08:00
74691914fb
upm: version 0.4.1
Mihai Tudor Panu
2015-12-07 15:27:17 -08:00
9bf184129e
java: removed loadLibrary preamble from examples
Stefan Andritoiu
2015-12-04 16:34:36 +02:00
1667569560
java: Added "automatic load library" code for new sensors
Stefan Andritoiu
2015-12-04 14:47:59 +02:00
01119436a9
docs: Update knownlimitations.md
Stefan Andritoiu
2015-11-27 19:58:25 +02:00
344a52ae97
sx1276: changed function parameter name, so that predefined SWIG typemaps automatically apply. In the SWIG inerface, ignored some functions that have more user-friendly wrappers over them.
Stefan Andritoiu
2015-11-27 19:24:38 +02:00
1accafa145
hcsr04: Made ISR be used internally and not be exposed to the user. Changed access modifier to private. Removed passing ISR to constructor.
Stefan Andritoiu
2015-11-27 17:03:34 +02:00
e54f5e21c3
examples: synced c++ CMakeLists.txt file for examples in new format
Mihai Tudor Panu
2015-12-04 17:01:20 -08:00
01700b0d49
c++ examples: cmake now honors MODULE_LIST
Henry Bruce
2015-11-19 15:49:18 -08:00
a96a2ff44c
travis: adding java builds to Travis CI
Mihai Tudor Panu
2015-11-25 15:56:20 -08:00
cc7930caf3
mpu9250: propagated new constructor flag for i2c bypass
Mihai Tudor Panu
2015-11-30 14:51:43 -08:00
fd509c7d79
ozw: Initial implementation
Jon Trulson
2015-10-23 18:00:33 -06:00
287250b32d
hcsr04: Pass reference to current object to ISR.
John Robertson
2015-11-19 22:57:45 -07:00
758b49f51d
sx1276: removed unused ISR and array typemaps from java interface
Mihai Tudor Panu
2015-11-24 15:42:26 -08:00
2a1af1399a
sx1276: Initial implementation
Jon Trulson
2015-10-30 17:58:36 -06:00
4de9734f0a
hmtrp: Added functions that throw exceptions when failing to read from sensors, and added java exception handling.
Stefan Andritoiu
2015-11-23 18:18:39 +02:00
9bfda4219d
groveButton: Corrected GroveButtonSample and GroveButton_intrSample
Stefan Andritoiu
2015-11-23 17:22:10 +02:00
dddba3e8a4
java: Added auto load library code in upm SWIG interfaces
Stefan Andritoiu
2015-11-23 17:04:32 +02:00
500e14663b
lol: Added exception when invalid argument is passed to method
Andrei Vasiliu
2015-11-19 14:29:51 +02:00
fcb36276b7
wt5001: Added functions that throw exceptions when failing to read from sensors. Added java exception handling, and modified examples.
Stefan Andritoiu
2015-11-18 14:50:22 +02:00
7f7fdb8441
mhz16: Split the getData(int* gas, int *temp) function into two separate functions and updated the C++ an Java examples
Stefan Andritoiu
2015-11-10 13:44:42 +02:00
f8a105adbf
java: removed commented code in SWIG interface files
Stefan Andritoiu
2015-11-06 13:29:22 +02:00
ba43986f82
java: converted all int16_t* to short[] and updated examples
Stefan Andritoiu
2015-11-03 17:40:37 +02:00
6e2355ce9a
cmake: use cmake libdir
Kevron Rees
2015-10-29 14:54:21 -07:00
4a90e2c4be
cmake: more robust swig version checking based on build options
Mihai Tudor Panu
2015-11-24 11:07:47 -08:00
011013e800
travis: updated travis.yml to reflect new .pc file location
Mihai Tudor Panu
2015-11-23 18:12:33 -08:00
b4d4a215a2
groveultrasonic: made a few changes to code, example and documentation
Mihai Tudor Panu
2015-11-23 17:49:13 -08:00
2eb6ebd3bd
groveultrasonic: Initial implementation This module was developed and tested on a Grove Ultrasonic Ranger module.
Jun Kato
2015-10-23 15:13:34 +09:00
dc97adf578
eboled: Call refresh() to actually put the text on the display. Use reasonable coordinates for text.
Sergey Kiselev
2015-10-13 20:23:56 +00:00
181b5f17ea
grovecircularled: fix up a missing mraa::DATA_OUT and formatting
Jon Trulson
2015-10-27 16:01:08 -06:00
90bf469245
mcp9808: updated doxygen tags and formatted sources
Mihai Tudor Panu
2015-10-29 09:57:11 -07:00