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
Adrian Zankich
f70703bf67 Bump version to 0.9.0 2015-07-10 08:04:28 -07:00
Adrian Zankich
19c36225f4 Merge remote-tracking branch 'origin/dev' 2015-07-10 08:02:58 -07:00
deadprogram
36777f681d Corrected dependency install instructions for all current platforms 2015-07-10 08:02:18 -07:00
deadprogram
bef46fa711 Corrected to proper versionindependent install 2015-07-10 08:02:18 -07:00
deadprogram
b54782c1aa Add missing package install step to Leap Motion README 2015-07-10 08:02:18 -07:00
nathan
17e94fdbcd add windows connection for firmata 2015-07-10 08:02:18 -07:00
nathan
a7a2fc3e1a add connection documention to firmata 2015-07-10 08:02:18 -07:00
Andrew Stewart
1e35d4a70c Re-enable echo when restoring 2015-07-09 13:52:08 -07:00
Adrian Zankich
d751445cc0 Add edison grove examples 2015-07-09 11:50:39 -07:00
Adrian Zankich
317591bc39 Allow a slightly wider range of piezo vibration values 2015-07-09 11:49:52 -07:00
Adrian Zankich
d5605838dd Scale analog values to 1024 2015-07-09 11:48:46 -07:00
Andrew Stewart
15a764d865 add basic keyboard driver using stty 2015-07-09 11:41:33 -07:00
Adrian Zankich
5b94e593ec Fix panic during finalize if no i2c device has been initialized 2015-07-09 10:31:43 -07:00
Andrew Stewart
e7beae51bd Merge pull request #194 from hybridgroup/docs/leap-corrections
Add missing package install step to Leap Motion README
2015-07-08 16:17:52 -07:00
deadprogram
be03938851 Corrected dependency install instructions for all current platforms 2015-07-08 16:03:20 -07:00
deadprogram
353c404125 Corrected to proper versionindependent install 2015-07-08 15:39:50 -07:00
deadprogram
a27f88d344 Add missing package install step to Leap Motion README 2015-07-08 15:34:18 -07:00
Adrian Zankich
761dae973f Add MMA7660Driver 2015-07-08 10:54:37 -07:00
Adrian Zankich
ae67df6562 Add GrovePiezoVibrationSensorDriver 2015-07-08 09:29:36 -07:00
Ron Evans
ebee4d5ea7 Merge pull request #193 from hybridgroup/readme-updates
Add connection documention to firmata
2015-07-07 06:24:29 -07:00
Adrian Zankich
81bc4d2374 Add JHD1313M1 driver 2015-07-03 19:05:11 -07:00
Adrian Zankich
b212a40a7e Add buzzer example 2015-07-03 19:03:31 -07:00
Adrian Zankich
ff78e76596 Fix incorrect return type for NewGroveTouchDriver 2015-07-03 19:01:39 -07:00
Adrian Zankich
a695e6d6ea Add alias drivers for sensors in the grove starter kit 2015-07-03 19:01:39 -07:00
Adrian Zankich
fcdbdf648f Add relay driver 2015-07-03 19:01:39 -07:00
Adrian Zankich
78066a3392 Add grove temperature sensor driver 2015-07-03 19:01:39 -07:00
Adrian Zankich
b8fdbf0671 Add buzzer gpio driver 2015-07-03 19:01:39 -07:00
Adrian Zankich
fe6df92974 Refactor sysfs I2C implementation and add Address parameter to I2C interface functions 2015-07-03 18:57:29 -07:00
nathan
55e75788f7 add windows connection for firmata 2015-07-03 14:30:27 -07:00
nathan
0bf9977e2f add connection documention to firmata 2015-07-03 11:53:15 -07:00
Adrian Zankich
a2b729355a Update CHANGELOG.md 0.8.2 2015-06-30 18:12:57 -07:00
Adrian Zankich
d022ae2bb4 Bump version to 0.8.2 2015-06-30 18:06:27 -07:00
Adrian Zankich
8842b2ea23 Update README.md 2015-06-30 16:33:13 -07:00
Adrian Zankich
93a4c45574 Add raspi pwm pi-blaster support 2015-06-30 16:31:20 -07:00
Ron Evans
10b2de6097 Merge pull request #191 from hybridgroup/firmata_refactor2
Refactor firmata
2015-06-30 14:14:11 -07:00
Adrian Zankich
02a62d043a Refactor firmata client library into seperate package
Green tests

Refactor tests to table driven

Refactor analog, digital and i2c

Fix tests

golint client package

Fix tests

Add ServoConfig

Rename query and i2c functions

Fix tests

Fix typo
2015-06-30 14:11:22 -07:00
deadprogram
c9fa6ce995 Robeaux is now based on React.js 2015-06-29 20:14:16 -07:00
deadprogram
7edbc95903 Add URL to README 2015-06-29 20:12:54 -07:00
deadprogram
f01afe2d06 Use smaller logo on README 2015-06-29 20:07:15 -07:00
deadprogram
44eb9a5b8e Update README header for better logo 2015-06-29 18:41:11 -07:00
deadprogram
32f9265cfe Add contrbution guidelines and code of conduct, via io.js and Rust respectively 2015-06-22 18:13:07 -07:00
deadprogram
ebf36af9d6 Forgot to add LIDAR-Lite to list of i2c devices 2015-05-01 11:20:55 -07:00
deadprogram
02b6d8189b Update to LICENSE year 2015-05-01 11:17:44 -07:00
Adrian Zankich
1fde2dfff1 Merge pull request #184 from sbinet/use-x-net
platforms/leap: use golang.org/x/net/websocket
2015-04-23 18:08:01 -07:00
Sebastien Binet
5a25e247aa platforms/leap: use golang.org/x/net/websocket 2015-04-16 11:08:50 +02:00
Adrian Zankich
ca9a9f3a62 Merge pull request #179 from hybridgroup/raf/event-stream-test
Add a Stream type that handle the request to /events/:event and write tests for event stream
2015-04-07 16:21:18 -07:00
Rafael Magana
1f09fb021b Add SSE test coverage
Add a Stream type that handle the request to /events/:event and write tests for event stream

Add a test for the events/:event endpoint that actually tests the endpoint response

Using <-time.After in a 'select' creates one channel every time, let's use a time.Timer instead so that we reuse the same channel
2015-04-07 16:04:40 -07:00
Adrian Zankich
bc8bb36f8f Update mqtt package for latest paho mqtt api compatibility 2015-04-06 15:35:11 -07:00
Adrian Zankich
96c0677d36 Add lidar example 2015-03-27 09:55:44 -07:00
Rafael Magana
e31c205749 increase test coverage for api/api.go 2015-03-16 09:53:05 -06:00