Commit Graph

13 Commits

Author SHA1 Message Date
Gavin Cabbage b296368a05 removing failed Stat use 2015-10-10 23:58:24 -04:00
Gavin Cabbage 9d8285ca01 changed ReadBytes to get file size from stat 2015-10-10 23:23:40 -04:00
Gavin Cabbage 48c26358bd doc: fixed mixed up comments 2015-08-30 09:48:43 -04:00
Gavin Cabbage afa49bb2bc build: fixed broken tests 2015-08-29 00:53:34 -04:00
Gavin Cabbage 2e6bd46354 i2c: added ReadBytes to I2CBus 2015-08-29 00:42:44 -04:00
Karan Misra 94f99476c2 allow lazy initialisation of the drivers
this allows brevity in the sample codes (and should not be misutilized
in real world applications)
2014-04-11 09:19:03 +05:30
Karan Misra c35deeb17c host specific drivers can now be loaded separately
this ensures cleaner abstractions/code and will ensure that the produced
binary is as small as possible. a convenience package is provided to
easily load all hosts easily: "github.com/kidoman/embd/host/all"
2014-04-06 06:50:09 +05:30
Karan Misra 0002d02c28 add documentation 2014-03-23 14:09:31 +05:30
Karan Misra a35692aabb added documentation 2014-03-23 07:21:22 +05:30
Karan Misra 3f88b67361 minor cleanup 2014-03-23 06:41:51 +05:30
Karan Misra 0405cf3f14 - GPIO -> GPIODriver
- I2C -> I2CDriver
2014-03-23 06:32:24 +05:30
Karan Misra bf8a4be4d9 led: support led functionality on the bbb 2014-03-23 06:25:32 +05:30
Karan Misra 36f2c0486d simplify package structure 2014-03-03 00:51:23 +05:30