Commit Graph

856 Commits

Author SHA1 Message Date
deadprogram 8273643082 Run builds against the latest major releases 2016-02-17 12:25:15 -08:00
deadprogram a943029651 Golang 1.3.3 still works, adding back to build 2016-02-17 12:25:15 -08:00
deadprogram 920c38482f Default the new MQTT 'AutoReconnect' to false 2016-02-17 12:25:15 -08:00
deadprogram ac39cfb39b Update targeted golang versions to include 1.6, and to begin deprecating 1.3.3 and earlier 2016-02-17 12:25:15 -08:00
Hrishikesh Tapaswi ed4522248f 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-17 12:25:15 -08:00
deadprogram 2baa2dcf89 Add MMA7660 accelerometer example for C.H.I.P. 2016-02-17 12:25:15 -08:00
Hrishikesh Tapaswi 42475e479d 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-17 12:25:15 -08:00
deadprogram 11371f56a7 Revert "Remove coveralls badge"
This reverts commit 5c0745a93d.
2016-02-17 12:25:15 -08:00
deadprogram c40c44b2a9 Revert "Trying to remove coveralls based code coverage"
This reverts commit 5d0c684b5d.
2016-02-17 12:25:14 -08:00
deadprogram 237ff49dc9 Remove coveralls badge 2016-02-17 12:25:14 -08:00
deadprogram d8cd98e4d7 Trying to remove coveralls based code coverage 2016-02-17 12:25:14 -08:00
deadprogram dc0725a9a3 What about -v 2016-02-17 12:25:14 -08:00
deadprogram d25e319166 Why do this twice? 2016-02-17 12:25:14 -08:00
deadprogram f31e78cb8c covermode=count 2016-02-17 12:25:14 -08:00
deadprogram f80aa22805 Revert "No coveralls repo token for provate repos?"
This reverts commit 047d1b3164.
2016-02-17 12:25:14 -08:00
deadprogram 0691a9732a No coveralls repo token for provate repos? 2016-02-17 12:25:14 -08:00
deadprogram ec16e0fa3e Update coveralls badge in README 2016-02-17 12:25:14 -08:00
deadprogram 23b8f41c89 Trying conditional build before_install 2016-02-17 12:25:14 -08:00
deadprogram bafe51e45d Trying conditional build 2016-02-17 12:25:14 -08:00
deadprogram 9b00a2ac21 Adds MCP23017 i2c device to README 2016-02-17 12:25:14 -08:00
deadprogram bc50d792fb Adds additional examples for C.H.I.P. 2016-02-17 12:25:14 -08:00
deadprogram 13d65218f5 Add C.H.I.P. to supported platforms 2016-02-17 12:25:14 -08:00
Hrishikesh Tapaswi 8f79c322e0 Add support for the CHIP platform
This includes support for GPIO and I2C interfaces.

Signed-off-by: Hrishikesh Tapaswi <hrishikesh195@yahoo.com>
2016-02-17 12:25:14 -08:00
Anton Koldaev a3bf957100 Update API example
New behavior was introduced in 5c9d44f391
2016-02-17 12:25:14 -08:00
Ethan Young dc183d7a78 Correct the release command sent to pi-blaster. 2016-02-17 12:25:14 -08:00
Cathal Garvey 01bb538959 The take-off-before-event-handling bug again 2016-02-17 12:25:14 -08:00
Cathal Garvey 79fad6bae4 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.
2016-02-17 12:25:14 -08:00
deadprogram cee08c8e35 Correct Intel Edison docs location thanks to @seanmarcia 2016-02-17 12:25:14 -08:00
Ulises Flynn 43d4271b45 Add MCP23017 write and read functionality to GPIO
Signed-off-by: Ulises Flynn <uflynn@hotmail.com>
2016-02-17 12:25:14 -08:00
deadprogram 5f25282eb1 Correct test for new Robeaux endpoints 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
deadprogram 59dbd6d15c Make expected packets larger for updated Bebop firmware 2015-10-24 15:17:11 -07:00
deadprogram c6890288dc Format README 2015-10-22 17:45:08 -07:00
deadprogram 09f8923c6c Format README 2015-10-22 17:43:16 -07:00
deadprogram 8b9216be7e Update README with full list of current drivers/platforms 2015-10-22 17:37:31 -07:00
deadprogram 929ccd2ff7 Docs and examples to better show off Grove GPIO 2015-10-22 16:56:03 -07:00
deadprogram 632058c47a Adds back in OS trap for clean automatic shutdown. Also adds new method to disable this feature, and allow devs to handle shutdown themselves. 2015-10-22 00:12:00 -07:00
deadprogram 187d79f360 Added square of fire example 2015-10-11 13:41:52 -07:00
Ron Evans a260141918 Merge pull request #238 from mattetti/ma-lcd-custom-chars
let devs set and use custom LCD characters
2015-10-11 08:03:25 -07:00
Matt Aimonetti ade406c7dd more custom characters 2015-10-11 01:24:43 -07:00
Matt Aimonetti 80f64239e9 let's not forget ó, very common character in Spanish 2015-10-11 01:05:29 -07:00
Matt Aimonetti 601e4916a2 let devs set and use custom LCD characters
I noticed that the grove LCD screen only has an ASCII/Japanese font table. I need to be able to display accented characters
looking at the data sheet the screen supports up to 8 custom CGRAM characters. I added an API to set those CGRAM characters
as well as a map of common latin 1 characters + emoticons
2015-10-11 00:49:57 -07:00
Ron Evans 363c458217 Merge pull request #218 from joushou/stoptherobot
Stop the robot
2015-10-09 18:22:12 -07:00
Ron Evans 454ba4e273 Merge pull request #237 from mattetti/patch-1
Update blink example due to API change
2015-10-09 08:23:20 -07:00
Matt Aimonetti a129ff03fa Update blink example due to API change 2015-10-07 23:35:22 -07:00
deadprogram 360585a593 Bebop hull protection setting and beginning of test coverage 2015-10-04 23:06:26 -07:00
deadprogram 810e07b44d Correct error in Bebop video example 2015-10-01 19:45:09 -07:00
deadprogram ae1056b58d Merge branch 'bebop' into dev 2015-10-01 14:31:37 -07:00