Commit Graph

  • 3843fd4ddf Added SPI Library Kunal Powar 2014-01-30 16:20:43 +0530
  • f61f69e51e pca9685: allow it to be initialised with default frequency Karan Misra 2014-01-10 07:40:24 +0530
  • 043867e1f5 pca9685: default the freq to 490 Hz Karan Misra 2014-01-10 07:36:01 +0530
  • a80a1701bf pca9685: move pre scale calculation closer to usage Karan Misra 2014-01-10 07:35:21 +0530
  • 6da275f5b4 pca9685: add SetAnalog method Karan Misra 2014-01-09 15:48:35 +0530
  • 95b06553e5 l3gd20: clean up Karan Misra 2014-01-09 05:26:21 +0530
  • 1b6c346d40 us020: decouple from bmp085 and default to 25 C when we cannot detect the ambient temperature Karan Misra 2014-01-09 03:39:06 +0530
  • 1b5a3a40c3 us020: add prefix us020 to log messages Karan Misra 2014-01-09 03:06:57 +0530
  • 7809d9d6ba servo: assume good defaults for minus and maxus (544 and 2400, as per the Arduino documentation: http://arduino.cc/en/Reference/ServoAttach) Karan Misra 2014-01-09 02:41:50 +0530
  • 7c32e907e1 - support for servo blaster - servo requires the underlying PWM to support a SetMicroseconds method Karan Misra 2014-01-09 02:35:18 +0530
  • cce1943e34 l3gd20: reset the timer after reading gyro reading Karan Misra 2014-01-09 00:56:44 +0530
  • 2218fba756 l3gd20: refactor Karan Misra 2014-01-09 00:55:43 +0530
  • ec8a223b13 us020: added close method Karan Misra 2014-01-08 20:18:40 +0530
  • d1e0e00ff7 l3gd20: sends data as often as we get it from the sensor Karan Misra 2014-01-08 19:44:56 +0530
  • b96018021e l3gd20: added a stop method Karan Misra 2014-01-08 19:43:56 +0530
  • f6ed134486 pca9685: bug fixes Karan Misra 2014-01-08 03:41:53 +0530
  • c83bd5bf6c pca9685: higher speed for motor Karan Misra 2014-01-08 02:50:11 +0530
  • f34c59d224 servo: sample debug turned Karan Misra 2014-01-08 02:49:34 +0530
  • 166c2b1825 pca9685: lowercase logs Karan Misra 2014-01-08 02:46:31 +0530
  • 3d71941214 l3gd20: calculate absolute values and provide it via a channel Karan Misra 2014-01-07 22:11:41 +0530
  • 58a1eb5a56 l3gd20: its actually the orientation delta Karan Misra 2014-01-07 20:53:41 +0530
  • 236cd2fd33 pca9685: n -> channel Karan Misra 2014-01-07 12:40:22 +0530
  • 0e32dc099e refactoring Karan Misra 2014-01-07 07:32:26 +0530
  • 0135623f1c update read me Karan Misra 2014-01-06 02:47:25 +0530
  • c609b265f8 update readme Karan Misra 2014-01-06 02:45:21 +0530
  • 36c7f3a536 add doc Karan Misra 2014-01-06 02:34:19 +0530
  • 10722b46e4 refactor Karan Misra 2014-01-06 02:28:15 +0530
  • 1017bc7f9a support for MCP4725 DAC Karan Misra 2014-01-06 02:26:45 +0530
  • 7d044a8f0e refactoring Karan Misra 2014-01-05 15:49:03 +0530
  • 2b67e89fad update to reflect i2c library changes Karan Misra 2014-01-05 15:48:35 +0530
  • f9b5e4023f add tmp006 to the read me Karan Misra 2014-01-05 14:31:58 +0530
  • dc12bb631d Merge pull request #3 from kunalpowar/pca9685 Karan Misra 2014-01-05 00:59:46 -0800
  • 0563d2be5c - add support for tmp006 - refactor the i2c interface Karan Misra 2014-01-05 14:27:29 +0530
  • ceb527ce87 Added pca9685 description to README Kunal Powar 2014-01-05 13:54:24 +0530
  • e7503cfcd7 - Added pca9685 package 16-channel, 12-bit PWM controller with I2C - Added servo package to control servos using pca9685 package Kunal Powar 2014-01-05 13:42:05 +0530
  • 1a6f97f102 Merge pull request #2 from kunalpowar/master Karan Misra 2014-01-03 02:15:43 -0800
  • e92e4e3026 Changed keypad sample code to import the package from interface Kunal Powar 2014-01-03 15:43:25 +0530
  • e4ea2589dd support for L3GD20 gyroscopic sensor Karan Misra 2014-01-02 06:50:57 +0530
  • d7e84b86a0 remove accidentally checked in file Karan Misra 2014-01-01 23:33:36 +0530
  • a48544dcf7 Moved keypad interface to interface directory Kunal Powar 2014-01-01 20:41:09 +0530
  • 3d305b9ff0 support for bmp180 Karan Misra 2014-01-01 03:10:32 +0530
  • a578db8606 delete watersensor binary Karan Misra 2014-01-01 02:51:35 +0530
  • 2360448a0d Updated Readme to include link for 4x3keypad Kunal Powar 2013-12-31 08:03:05 +0530
  • 66e1af44d8 Added package for 4x3 keypad interface Kunal Powar 2013-12-31 07:56:34 +0530
  • 1746e906fe Merge branch 'master' of https://github.com/kid0m4n/go-rpi Kashyap Kopparam 2013-12-23 16:52:58 +0530
  • e9d5fc03ef Water sensor Packaged Kashyap Kopparam 2013-12-23 16:48:00 +0530
  • 534e903925 added water sensor sample Kashyap Kopparam 2013-12-23 16:39:52 +0530
  • 35cbc690a5 added water sensor library Kashyap Kopparam 2013-12-23 16:39:02 +0530
  • ece0e14ce2 add the message about the bh1750fvi support Karan Misra 2013-12-21 02:06:06 +0530
  • c8d703cbdf lowercase package name Karan Misra 2013-12-21 01:52:36 +0530
  • 2cda6f6f71 Merge pull request #1 from kunalpowar/master Karan Misra 2013-12-20 11:30:42 -0800
  • 898041c4ce -Removed low resolution mode from bh1750fvi package -Fixed bugs with i2c commands used for data acquisition Kunal Powar 2013-12-20 00:43:40 +0530
  • 2ac61dad95 Added Package and sample for bh1750Fvi Kunal Powar 2013-12-17 20:37:58 +0530
  • 65b32143cf set the pin modes appropriately Karan Misra 2013-12-13 07:40:25 +0530
  • 1355a9d959 added support for us020 ultra sonic range finder Nikesh Vora 2013-12-13 05:51:22 +0530
  • d19e1713d6 improve doc Karan Misra 2013-12-09 03:26:56 +0530
  • 92e466966e improve doc Karan Misra 2013-12-09 03:25:29 +0530
  • f51069beb0 better examples in doc Karan Misra 2013-12-09 03:21:05 +0530
  • b42cec847f add single conversion mode Karan Misra 2013-12-09 02:51:15 +0530
  • dba160911b documentation update Karan Misra 2013-12-09 02:49:39 +0530
  • b3939bf8c7 rearrange documentation and datasheet links Karan Misra 2013-12-09 01:20:27 +0530
  • 90ae8ce5e9 add more detail to readme Karan Misra 2013-12-09 01:17:31 +0530
  • ded0d3cd71 add AUTHORS page Karan Misra 2013-12-09 00:37:07 +0530
  • f4ba416f09 add link to godoc page Karan Misra 2013-12-09 00:36:56 +0530
  • bc8776440f initial commit Karan Misra 2013-12-07 23:11:06 +0530