1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-26 13:48:49 +08:00

11 Commits

Author SHA1 Message Date
deadprogram
e15961348f core: Continue refactoring to allow 'metal' development using Gobot libs.
Signed-off-by: deadprogram <ron@hybridgroup.com>
2016-09-12 21:33:14 +02:00
deadprogram
d0a5893f27 Fix #236 & fix #239 by correcting initialization and temperature conversion for MPU-6050 2016-02-17 12:25:15 -08:00
Adrian Zankich
fe6df92974 Refactor sysfs I2C implementation and add Address parameter to I2C interface functions 2015-07-03 18:57:29 -07:00
Adrian Zankich
386042575f Increase i2c test coverage 2014-12-22 13:36:52 -08:00
Adrian Zankich
69a93ad088 Refactor i2c driver interfaces 2014-11-29 12:10:23 -08:00
Adrian Zankich
7050410217 Add optional interval parameter for drivers which poll at an interval 2014-11-28 18:37:03 -08:00
Adrian Zankich
1f2c7fd6c7 Refactor i2c to use new driver interface 2014-11-22 19:38:39 -08:00
Adrian Zankich
586507a489 Update Adaptor and Driver interface to use []error 2014-11-19 23:21:35 -08:00
Adrian Zankich
82500837a7 Add error to i2c interface 2014-11-19 16:56:48 -08:00
Adrian Zankich
abc1f0b201 Update platforms to support the new Driver and Adaptor interfaces 2014-11-16 12:25:48 -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