1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-14 19:29:32 +08:00

873 Commits

Author SHA1 Message Date
deadprogram
e5707501d0 Fix #236 & fix #239 by correcting initialization and temperature conversion for MPU-6050 2016-02-16 17:55:07 -08:00
deadprogram
2a80610b04 Revert "Increase button delay hack for test suite"
This reverts commit fe221a963346150f1b90315808bdcc5fc5d658b6.
2016-02-16 16:48:25 -08:00
deadprogram
fe221a9633 Increase button delay hack for test suite 2016-02-16 15:27:02 -08:00
deadprogram
07b71df1a3 Failure is no longer an option for Go 1.6 2016-02-16 14:56:33 -08:00
deadprogram
f1683e3db8 Better I2C device descriptions in README 2016-02-09 17:03:51 -08:00
Andrew Stewart
cda57f9dc5 Add support for 'hand' and 'gesture' Leap Motion events 2016-02-09 16:15:55 -08:00
deadprogram
a82d030f9c Use newer naming system for C.H.I.P. pins 2016-02-09 15:38:17 -08:00
deadprogram
154bd4672b Update MQTT README for latest info 2016-02-09 14:52:59 -08:00
deadprogram
e3041a47bb Increase test delay hack for button tests 2016-02-08 15:49:19 -08:00
deadprogram
28984a8409 Run builds against the latest major releases 2016-02-08 15:31:52 -08:00
deadprogram
3a0c030274 Golang 1.3.3 still works, adding back to build 2016-02-08 15:30:25 -08:00
deadprogram
942a8e6d72 Default the new MQTT 'AutoReconnect' to false 2016-02-08 15:20:25 -08:00
Ron Evans
ff3655c9c2 Merge pull request #261 from hrishikesh195/dev
Name C.H.I.P. pins according to printed names
2016-02-08 11:15:23 -08:00
deadprogram
edd53ba569 Update targeted golang versions to include 1.6, and to begin deprecating 1.3.3 and earlier 2016-02-08 11:14:05 -08:00
Hrishikesh Tapaswi
04c06202ab Name C.H.I.P. pins according to printed names
It's more convenient to refer to a pin by the name that's printed right
on the header itself instead of having to count the pin number.

Signed-off-by: Hrishikesh Tapaswi <hrishikesh195@yahoo.com>
2016-02-08 00:01:44 -08:00
deadprogram
08b756f917 Add MMA7660 accelerometer example for C.H.I.P. 2016-02-07 09:08:29 -08:00
Ron Evans
6051c0fd8d Merge pull request #260 from hrishikesh195/wiichuck
Get I2C functionality before doing SMBus block I/O
2016-02-07 09:02:25 -08:00
Hrishikesh Tapaswi
4fdcb6e718 Get I2C functionality before doing SMBus block I/O
In the sysfs i2cDevice implementation, use an ioctl to get the adapter
functionality mask. Prefer SMBus block I/O but if it's not available,
perform read/write calls directly on the file descriptor.

Improve Wiichuck error handling. Add a 1 ms delay between I/O operations
to the Wiichuck; this dramatically improves reliability.

Signed-off-by: Hrishikesh Tapaswi <hrishikesh195@yahoo.com>
2016-02-06 20:21:02 -08:00
deadprogram
5bea7b8630 Revert "Remove coveralls badge"
This reverts commit 5c0745a93d589343cba4bba8b82fdf6d09e82018.
2016-02-04 13:10:46 -08:00
deadprogram
981f79642a Revert "Trying to remove coveralls based code coverage"
This reverts commit 5d0c684b5d12f6ee4af09d251f9bd703cf61afda.
2016-02-04 12:47:58 -08:00
deadprogram
5c0745a93d Remove coveralls badge 2016-02-03 21:30:41 -08:00
deadprogram
5d0c684b5d Trying to remove coveralls based code coverage 2016-02-03 20:36:04 -08:00
deadprogram
59cffa20fa What about -v 2016-02-03 20:10:27 -08:00
deadprogram
6f11d2752b Why do this twice? 2016-02-03 19:52:23 -08:00
deadprogram
1de703fe12 covermode=count 2016-02-03 19:37:27 -08:00
deadprogram
30088b160a Revert "No coveralls repo token for provate repos?"
This reverts commit 047d1b31641b7b95ac0fcebec4f6ca79cedd9f95.
2016-02-03 19:21:51 -08:00
deadprogram
047d1b3164 No coveralls repo token for provate repos? 2016-02-03 19:10:58 -08:00
deadprogram
a4c3639926 Update coveralls badge in README 2016-02-03 18:51:12 -08:00
deadprogram
7a3637b17a Trying conditional build before_install 2016-02-03 18:27:37 -08:00
deadprogram
0464e71d26 Trying conditional build 2016-02-03 16:07:07 -08:00
deadprogram
73e94dede1 Adds MCP23017 i2c device to README 2016-02-03 14:02:23 -08:00
deadprogram
31cf304a45 Adds additional examples for C.H.I.P. 2016-02-03 13:51:25 -08:00
deadprogram
6e07e7ac81 Add C.H.I.P. to supported platforms 2016-02-03 13:50:50 -08:00
Ron Evans
d36e29028e Merge pull request #257 from hrishikesh195/chip
Add support for the CHIP platform
2016-02-03 13:39:40 -08:00
Ron Evans
5d457a3c36 Merge pull request #254 from iroller/patch-1
Update API example
2016-02-02 17:56:50 -08:00
Hrishikesh Tapaswi
30d66e2502 Add support for the CHIP platform
This includes support for GPIO and I2C interfaces.

Signed-off-by: Hrishikesh Tapaswi <hrishikesh195@yahoo.com>
2016-01-30 03:44:31 -08:00
Anton Koldaev
6d5935f5ae Update API example
New behavior was introduced in 5c9d44f391
2016-01-10 19:35:30 -06:00
Ron Evans
ef61647a3a Merge pull request #253 from ekyoung/dev
Correct the release command sent to pi-blaster.
2016-01-09 15:31:00 -08:00
Ethan Young
59703dcc95 Correct the release command sent to pi-blaster. 2016-01-09 14:58:18 -07:00
Ron Evans
fee0946c9e Merge pull request #245 from cathalgarvey/patch-1
The take-off-before-event-handling bug again
2015-11-26 11:31:12 -08:00
Cathal Garvey
78bf872281 The take-off-before-event-handling bug again 2015-11-07 15:59:44 -08:00
Ron Evans
274cb02647 Merge pull request #243 from cathalgarvey/dev
Fixed event race condition
2015-11-07 07:08:27 -08:00
Cathal Garvey
051f54c7a0 Fixed event race condition
If this is anything like the Bebop, then taking off immediately fires the "flying" event, but these events aren't buffered so attaching an event handler afterwards achieves nothing. When I ran the same code for the Bebop (as suggested on the site) it never landed, prompting an emergency connect-with-phone-hammer-buttons scramble. Swapping the event registration with the takeoff method call fixed the problem immediately.
2015-11-06 20:32:00 -08:00
deadprogram
afd2e81911 Correct Intel Edison docs location thanks to @seanmarcia 2015-11-04 10:32:34 -08:00
Ron Evans
0252f2bacc Merge pull request #242 from knifeedge/dev
Add MCP23017 write and read functionality to GPIO
2015-11-03 19:48:34 -08:00
Ulises Flynn
5376df491b Add MCP23017 write and read functionality to GPIO
Signed-off-by: Ulises Flynn <uflynn@hotmail.com>
2015-11-03 18:09:44 +00:00
deadprogram
5f25282eb1 Correct test for new Robeaux endpoints 0.10.0 2015-10-26 09:13:42 -07:00
deadprogram
ef0652a011 Update Makefile and Robeaux itself to version 0.5.0 2015-10-26 09:09:28 -07:00
deadprogram
24ccd3dde6 Corrections needed for Bebop to handle Outside mode 2015-10-24 16:45:53 -07:00
deadprogram
fdf5576e15 Needed to setup the event handler before the method that triggers it 2015-10-24 15:50:44 -07:00