Commit Graph

  • 0bc1930cf5 java: Added [Interesting] delimiters for snippets of code to be inserted in the documentation Stefan Andritoiu 2015-09-14 18:13:40 +03:00
  • ef74a7b137 java: Eliminated double definition of SWIGJAVA and the need for "#undefine SWIGJAVA" Stefan Andritoiu 2015-09-14 18:10:12 +03:00
  • f991bcf915 java: Corrected typo in ublox6 Stefan Andritoiu 2015-09-11 12:04:48 +03:00
  • 6cbddff31a java: solved some SWIGTYPE issues Andrei Vasiliu 2015-09-14 19:30:03 +03:00
  • ff42bd390f nrf24l01: removed declared and undefined destructor Mihai Tudor Panu 2015-09-11 16:47:47 -07:00
  • b4d2a2e1f2 grovegprs: updated new implementation to C++ types Mihai Tudor Panu 2015-09-11 16:42:33 -07:00
  • b44995da74 sm130: updated new implementation to C++ types Mihai Tudor Panu 2015-09-11 16:23:10 -07:00
  • 3af7cccb93 java: added java samples Stefan Andritoiu 2015-09-08 21:58:36 +03:00
  • 021c003ca8 java: corrected typo and documentation Stefan Andritoiu 2015-09-07 19:24:02 +03:00
  • 2e5fbd0d54 java: ignoring BasicFonts matrix Andrei Vasiliu 2015-09-08 15:36:07 +03:00
  • 2cab79b4c2 java: Changed size_t and unsigned int to int in array declarations. Renamed buf to buffer where necesarry. Moved most Java array typemaps to java_buffer.i. Fixed some String buffers. Petre Eftime 2015-09-07 19:00:30 +03:00
  • ab730038fd java: changed some C types to C++ types Andrei Vasiliu 2015-09-02 14:56:13 +03:00
  • b8835958e2 java: now using the C++ style types from mraa defined in types.hpp Andrei Vasiliu 2015-08-26 16:38:57 +03:00
  • ea1df1b178 upm: bump mraa requirement to 0.7.6 for java bindings Mihai Tudor Panu 2015-09-14 12:33:07 -07:00
  • 85c602d524 grovegprs: Initial implementation Jon Trulson 2015-08-28 17:05:39 -06:00
  • 8147a89cb7 upm: updated list of known limitations Mihai Tudor Panu 2015-09-08 12:39:08 -07:00
  • 20d5c50725 buzzer: fix double space in description Mihai Tudor Panu 2015-09-08 11:59:06 -07:00
  • 138c5af5f8 doxygen: Modified header files to show detail description from doxygen sisinty sasmita patra 2015-09-08 11:03:36 -07:00
  • 6793c892ed sm130: Complete rewrite Jon Trulson 2015-09-02 16:12:19 -06:00
  • 76f7abb112 mpu9250: Initial implementation Jon Trulson 2015-08-24 13:47:55 -06:00
  • 1e5b755b99 doxygen: generate tar archive out of doxygen xml output Mihai Tudor Panu 2015-09-04 14:51:31 -07:00
  • a79d8abfcd rotaryencoder: changed access modifier for internal isr to private Mihai Tudor Panu 2015-09-04 14:47:36 -07:00
  • 4b8b75b19b grovewfs: isr is used internally, changed access modifier to private Mihai Tudor Panu 2015-09-04 14:45:18 -07:00
  • 2bae3931b9 groveehr: isr is used internally thus changed access modifier to private Mihai Tudor Panu 2015-09-04 14:44:09 -07:00
  • 5fd2d9c439 zfm20: removed misleading checksum notation Mihai Tudor Panu 2015-09-04 14:39:37 -07:00
  • c45e493b1b mma7455: fixed typo and minor documentation improvements Mihai Tudor Panu 2015-09-04 14:27:18 -07:00
  • 4985cf4b00 java: leave mraa_result_t typemap in upm.i for non-java bindings Mihai Tudor Panu 2015-09-04 13:03:46 -07:00
  • 7afd1f3fc1 java: fix return types and arrays for mpu60x0 and mpu9150 Petre Eftime 2015-09-01 18:56:04 +03:00
  • 83cb6dc2fd java: fix Java arrays for mma7455 Petre Eftime 2015-09-01 18:55:28 +03:00
  • dc7e33558e java: fix Java arrays for m24lr64e Petre Eftime 2015-09-01 18:55:06 +03:00
  • 0406258466 java: fix Java arrays for ds1307 Petre Eftime 2015-09-01 18:54:48 +03:00
  • 2ceb6a9d8d java: fix Java arrays for lcd modules Petre Eftime 2015-09-01 18:54:20 +03:00
  • fbf68d1dd8 java: fix some cast issues with adxl345, free arrays Petre Eftime 2015-09-01 18:53:12 +03:00
  • a5a66e9e17 java: fix Java types for MPR121 Petre Eftime 2015-09-01 15:53:37 +03:00
  • 07f6ffb0a4 java: fix Java types for mic and gas sensors Petre Eftime 2015-09-01 15:52:35 +03:00
  • ebdb4f10d1 java: fix Java types for ZFM20 Petre Eftime 2015-09-01 14:45:46 +03:00
  • 3d74ea9820 java: in methods taking buffers as arguments, changed buffer type from short[] to byte[] Stefan Andritoiu 2015-09-01 15:09:12 +03:00
  • f6c56be5e4 java: convert (uint8_t *buffer, size_t len) to byte[] for grovescam Petre Eftime 2015-08-31 18:51:49 +03:00
  • cfe63bf7b6 java: convert (uint8_t *buffer, int len) to byte[] for nunchuck Petre Eftime 2015-08-31 18:51:18 +03:00
  • 1f82757c64 java: convert (char *buffer, size_t len) to byte[] for ublox6 Petre Eftime 2015-08-31 18:50:38 +03:00
  • be2e8d7c76 java: convert (uint8_t* buf, int len) to byte[] in Java for lsm9ds0, free resources Petre Eftime 2015-08-31 18:45:02 +03:00
  • 3aad8e367f java: fix C types for readBytes in nunchuck Petre Eftime 2015-08-28 18:47:52 +03:00
  • 45b83502a1 java: delete allocated array in JNI wrapper Petre Eftime 2015-08-28 18:12:59 +03:00
  • 9cfd1a9679 java: fix Java return types in h3lis331dl Petre Eftime 2015-08-28 18:12:02 +03:00
  • fb6627083b java: map C buffer pointer and length to Java array for Ublox6 Petre Eftime 2015-08-28 18:10:43 +03:00
  • 42c59e98ab java: fix Java return types in lsm9ds0 Petre Eftime 2015-08-27 13:11:22 +03:00
  • ea669ddfc6 java: fix Java return type for readData in MMA7455 Petre 2015-08-26 18:44:34 +03:00
  • 4f30959a43 java: fix Java return types in ADXL355 Petre 2015-08-26 18:27:48 +03:00
  • 2455938691 java: added some Java examples Stefan Andritoiu 2015-08-26 17:51:07 +03:00
  • 5e3263e2e2 java: ignored return i2cContext method, in java bindings Stefan Andritoiu 2015-08-26 17:04:37 +03:00
  • 58846ba68a java: fix Java return types in MMA7660 Petre 2015-08-26 16:49:37 +03:00
  • a21db7ca78 java: fix SWIGJAVA build errors Petre 2015-08-26 15:57:19 +03:00
  • 40fb6f5d75 java: changed name of the MRAA package on which UPM depends Andrei Vasiliu 2015-08-24 19:24:57 +03:00
  • 2595c0b623 java: added examples and solved some issues with the naming convention Stefan Andritoiu 2015-08-24 15:06:54 +03:00
  • c7185739dc java: ignored Interrupt Service Routines, that are installed by start/constructor methods, and cannot be changed Stefan Andritoiu 2015-08-20 15:18:46 +03:00
  • 945a6d4828 java: code cleanup to enable comment parsing with external tools. Andrei Vasiliu 2015-08-20 10:18:54 +03:00
  • 19bcbc7c42 java: solved callbacks Stefan Andritoiu 2015-08-19 19:27:16 +03:00
  • 323905a215 java: added callback functionality Stefan Andritoiu 2015-08-18 16:57:38 +03:00
  • 3e59323abb java: solved SWIGTYPE_* issues Stefan Andritoiu 2015-08-17 18:25:09 +03:00
  • 59c6b28cdd java: fixed IPK's target_arch Andrei Vasiliu 2015-08-17 17:21:13 +03:00
  • b17a3b34b7 java: solved issue regarding .jar file naming Andrei Vasiliu 2015-08-17 16:36:33 +03:00
  • 8b9267c253 java: eliminated SWIGTYPE_p_mraa_result_t Stefan Andritoiu 2015-08-14 18:15:33 +03:00
  • 78a159594b java: solved SWIGTYPE_p_int and SWIGTYPE_p_float Stefan Andritoiu 2015-08-14 14:37:02 +03:00
  • 8eed56fda0 java: added lib prefix to dynamic shared library Andrei Vasiliu 2015-08-12 19:07:48 +03:00
  • 647d9b44a9 java: changed install path of jar and library files for Java bindings Andrei Vasiliu 2015-08-12 18:58:32 +03:00
  • 749952f7e3 java: added Java binding for new sensor Stefan Andritoiu 2015-08-12 18:38:51 +03:00
  • d3e0ae5771 java: fixed grove API and added some examples Andrei Vasiliu 2015-08-12 16:44:30 +03:00
  • a81b1836a3 java: eliminated SWIGTYPE_speed_t and corrected typo Andrei Vasiliu 2015-08-12 16:42:27 +03:00
  • c7389d0cb6 upm: bumped require mraa to 0.7.2 Mihai Tudor Panu 2015-09-04 13:00:54 -07:00
  • fb86dc5cec Revert "grovegprs: Initial implementation" Mihai Tudor Panu 2015-09-03 16:10:05 -07:00
  • 98f400e326 grovegprs: Initial implementation Jon Trulson 2015-08-28 17:05:39 -06:00
  • b0625e11f1 wheelencoder: Initial implementation Jon Trulson 2015-08-27 16:57:16 -06:00
  • 60cfe88e37 mg811: Initial implementation Jon Trulson 2015-08-25 15:52:10 -06:00
  • ad1cc81c0d hyld9767: Initial implementation Jon Trulson 2015-08-21 16:54:55 -06:00
  • 4a6492af0a pca9685: fix problem where setting pwm accidentally cleared full bits Jon Trulson 2015-08-18 17:45:10 -06:00
  • 488ea234d5 adafruitms1438: fix a bug in PWM handling for DC motors Jon Trulson 2015-08-14 12:58:36 -06:00
  • fba8139416 pca9685: Add i2c raw bus option Kevron Rees 2015-08-20 12:48:06 -07:00
  • 45738d0b93 ublox6: interface file fix for python Grove GPS example Jon Trulson 2015-08-20 12:44:36 -07:00
  • 52810cef77 java: fixed install targets for java libraries Mihai Tudor Panu 2015-08-14 17:40:11 -07:00
  • f02fa1fdf1 servo: added definitions for ES9257 servo Mihai Tudor Panu 2015-08-14 16:43:36 -07:00
  • f8766cccdc java: added java interfaces for sparkfun sensor blocks Mihai Tudor Panu 2015-08-13 16:38:19 -07:00
  • 4bea93163d Added Java bindings for the remaining sensors Stefan Andritoiu 2015-08-05 19:47:50 +03:00
  • 8b0d1b2b3d Added some examples for Java Stefan Andritoiu 2015-08-05 19:46:01 +03:00
  • 7e2ae96c1f Added Java support and bindings Stefan Andritoiu 2015-08-05 19:43:31 +03:00
  • 181823cb20 readme: added full library name to title Mihai Tudor Panu 2015-08-13 16:19:40 -07:00
  • 11f9154ce0 grovescam: made file path constant to remove compiler warnings Mihai Tudor Panu 2015-08-13 15:18:43 -07:00
  • 018e09e5b2 sm130: remove bogus use of 'this' pointer Jon Trulson 2015-08-07 16:44:43 -06:00
  • 984391eb64 sm130: remove custom exception and use standard ones Jon Trulson 2015-08-07 16:43:01 -06:00
  • 9bf954071b th02: remove custom exception and use standard ones Jon Trulson 2015-08-07 16:37:44 -06:00
  • 448ee39c7f tcs3414cs: remove custom exception and use standard ones Jon Trulson 2015-08-07 16:37:29 -06:00
  • 8dac9f7356 mlx90614: remove custom exception and use standard ones Jon Trulson 2015-08-07 16:37:07 -06:00
  • fcca8ada45 maxds3231m: remove custom exception and use standard ones Jon Trulson 2015-08-07 16:36:40 -06:00
  • 2e0efd6690 max5487: remove custom exception and use standard ones Jon Trulson 2015-08-07 16:36:21 -06:00
  • c878283c44 max31723: remove custom exception and use standard ones Jon Trulson 2015-08-07 16:36:02 -06:00
  • b81be93411 lsm9ds0: include stdexcept, remove extraneoous error output Jon Trulson 2015-08-07 16:02:07 -06:00
  • 3ad25f65c8 lpd8806: remove custom exception and use a standard one Jon Trulson 2015-08-07 16:01:24 -06:00
  • 97e7f74a8f hx711: remove custom exception and use a standard one Jon Trulson 2015-08-07 15:52:39 -06:00
  • 66d688bc90 ecs1030: remove custom exception and use a standard one Jon Trulson 2015-08-07 15:52:06 -06:00
  • 84f795e453 upm: add facility for exception handling in upm Jon Trulson 2015-08-07 13:27:19 -06:00
  • 58c800e246 upm: version 0.3.2 Mihai Tudor Panu 2015-08-12 16:54:06 -07:00