Adrian Zankich
|
abc1f0b201
|
Update platforms to support the new Driver and Adaptor interfaces
|
2014-11-16 12:25:48 -08:00 |
Adrian Zankich
|
b78249833d
|
Merge branch 'master' into dev
Conflicts:
CHANGELOG.md
Makefile
platforms/intel-iot/edison/edison_adaptor.go
platforms/intel-iot/edison/edison_adaptor_test.go
platforms/intel-iot/edison/pwm_pin.go
platforms/intel-iot/intel-iot.go
platforms/leap/leap_motion_adaptor.go
platforms/leap/leap_motion_driver.go
platforms/sphero/sphero_driver.go
scripts/travis.sh
version.go
|
2014-11-10 19:43:06 -08:00 |
Adrian Zankich
|
ea27332430
|
Merge pull request #145 from hybridgroup/mpu6050
Mpu6050
|
2014-11-10 18:30:54 -08:00 |
Adrian Zankich
|
4dd86c05b5
|
Merge pull request #146 from hybridgroup/mpl115a2
WIP on MPL115A2
|
2014-11-10 18:29:59 -08:00 |
deadprogram
|
b4ff16d14b
|
Support for MPU6050
- Add initial support for MPU6050
- Add real simple test impl
- Add proper formatting
- This pumps out data
|
2014-11-10 17:05:14 -08:00 |
deadprogram
|
9d864d4f1d
|
WIP on MPL115A2
More WIP on mpl115a2
Even more WIP
This pumps out data
|
2014-11-10 16:53:49 -08:00 |
Adrian Zankich
|
7eae6ebe23
|
Don't use analog slot before it's ready
|
2014-11-10 12:48:08 -08:00 |
Adrian Zankich
|
aad77ff5ab
|
Refactor beaglebone tests
|
2014-11-09 14:35:36 -08:00 |
Adrian Zankich
|
7c607426ec
|
Refactor beaglebone tests
|
2014-11-07 18:45:11 -08:00 |
Adrian Zankich
|
a276082b97
|
Refactor edsion tests
|
2014-11-07 18:37:57 -08:00 |
Adrian Zankich
|
94ff30f262
|
Refactor raspi to use new sysfs interfaces
|
2014-11-07 16:57:05 -08:00 |
Adrian Zankich
|
7247469424
|
Remove erroneous file
|
2014-11-07 13:16:38 -08:00 |
Adrian Zankich
|
9793dd6db3
|
Increase leap test coverage
|
2014-11-07 13:15:45 -08:00 |
Adrian Zankich
|
ce7181741f
|
Add constructor clientid parameter and set proper datatype for On callback function
|
2014-11-06 12:28:04 -08:00 |
Adrian Zankich
|
cbc5546dbb
|
Satisfy DirectPin interface
|
2014-11-05 18:45:58 -08:00 |
Adrian Zankich
|
0a2ea29b49
|
NewArdroneAdaptor now accepts an ip address as an optional paramater
|
2014-11-05 17:47:12 -08:00 |
Adrian Zankich
|
17a880b43a
|
More pebble test coverage
|
2014-11-04 20:55:24 -08:00 |
Adrian Zankich
|
d74c77ec6c
|
Refactor digispark package
|
2014-11-04 20:37:07 -08:00 |
Adrian Zankich
|
9c24626782
|
cleanup
|
2014-11-04 17:19:53 -08:00 |
Adrian Zankich
|
5ddfd4a848
|
Add raspi support
|
2014-11-04 17:14:36 -08:00 |
Adrian Zankich
|
e888b78035
|
Add pwm and analog test coverage
|
2014-11-04 12:21:18 -08:00 |
deadprogram
|
a9cb290d1f
|
Adding some comments and README
|
2014-11-04 08:41:56 -08:00 |
deadprogram
|
039b85c9df
|
Merge branch 'dev' into mqtt
|
2014-11-04 08:33:17 -08:00 |
deadprogram
|
71061cdd7f
|
Add a few checks and tests
|
2014-11-04 08:33:05 -08:00 |
deadprogram
|
618becbf53
|
Keep it simple, validate later
|
2014-11-03 23:27:21 -08:00 |
deadprogram
|
c5f8b8a869
|
Not using events array, so can remove
|
2014-11-03 22:56:52 -08:00 |
deadprogram
|
d7b8f1883c
|
Using @zankich proposed syntax for receiving subscribed events
|
2014-11-03 22:54:33 -08:00 |
deadprogram
|
7045e622d9
|
Putting Subscribe in place
|
2014-11-03 21:34:46 -08:00 |
deadprogram
|
660285e24d
|
Disconnect on Finalize
|
2014-11-03 19:47:41 -08:00 |
Adrian Zankich
|
3e5289ff6c
|
Tests for digital io and i2c
|
2014-11-03 19:41:34 -08:00 |
Adrian Zankich
|
0e3d3cf326
|
Add digital io and i2c tests
|
2014-11-03 19:02:33 -08:00 |
deadprogram
|
49c633ad3d
|
WIP on mqtt support
|
2014-11-03 18:56:33 -08:00 |
deadprogram
|
5ffc43580f
|
Initial skeleton for mqtt platform
|
2014-11-03 18:30:56 -08:00 |
Adrian Zankich
|
45c51400fc
|
beaglebone now uses sysfs package
|
2014-10-30 15:26:31 -07:00 |
Adrian Zankich
|
08c74113fb
|
Add label property to DigitalPin
|
2014-10-30 13:41:27 -07:00 |
Adrian Zankich
|
72bd6961e0
|
WIP switching linux sysfs io to shared package
|
2014-10-29 17:51:47 -07:00 |
Adrian Zankich
|
fd3e7866a9
|
Fix more inconsistent tests
|
2014-10-28 16:22:05 -07:00 |
Adrian Zankich
|
fd24e6a9fe
|
Update docs
|
2014-10-28 14:52:59 -07:00 |
Javier Cervantes
|
1e723648e8
|
Adding godocs to beaglebone package
|
2014-10-27 20:21:22 -06:00 |
Adrian Zankich
|
1c02083d5b
|
Merge pull request #122 from hybridgroup/godoc-pebble
Godoc pebble
|
2014-10-27 23:47:56 +00:00 |
Adrian Zankich
|
3514d09c36
|
Merge pull request #124 from hybridgroup/godoc-spark
Adding go-doc documentation to spark package
|
2014-10-27 23:47:28 +00:00 |
Adrian Zankich
|
8d57803a72
|
Merge pull request #126 from hybridgroup/godoc-firmata
Adding godocs to firmata package
|
2014-10-27 23:47:10 +00:00 |
Adrian Zankich
|
e4f870e080
|
Merge pull request #127 from hybridgroup/godocs-joystick
Adding godocs documentation to joystick package
|
2014-10-27 23:45:59 +00:00 |
Adrian Zankich
|
17a8997d4b
|
Merge pull request #128 from hybridgroup/godocs-neurosky
Adding godocs documentation to neurosky package
|
2014-10-27 23:45:35 +00:00 |
Adrian Zankich
|
404b35c0d1
|
Merge pull request #129 from hybridgroup/godocs-opencv
Adding godocs documentation to opencv package
|
2014-10-27 23:45:07 +00:00 |
Adrian Zankich
|
92164201c3
|
Merge pull request #130 from hybridgroup/godocs-digispark
Adding godocs documentation to digispark package
|
2014-10-27 23:44:41 +00:00 |
Adrian Zankich
|
600f4231b4
|
Merge pull request #131 from hybridgroup/godocs-i2c
Adding godocs documentation to i2c package
|
2014-10-27 23:44:14 +00:00 |
Adrian Zankich
|
b4d16f01cc
|
Merge pull request #132 from hybridgroup/godocs-intel-iot
Adding godocs documentation to intel-iot package
|
2014-10-27 23:43:39 +00:00 |
Adrian Zankich
|
8e9120282b
|
Merge pull request #133 from hybridgroup/godoc-mavlink
Godoc mavlink
|
2014-10-27 23:43:14 +00:00 |
Adrian Zankich
|
83103537f5
|
Merge pull request #136 from hybridgroup/godocs-ardrone
Adding ardrone go docs
|
2014-10-27 23:27:29 +00:00 |