1
0
mirror of https://github.com/kidoman/embd synced 2024-05-29 07:08:04 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
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