1
0
mirror of https://github.com/kidoman/embd synced 2024-09-24 16:21:43 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
Gavin Cabbage
df38fbffce ran gofmt 2016-02-05 23:49:09 -08:00
Gavin Cabbage
aceae212a1 build: fixed broken tests 2016-02-05 23:49:09 -08:00
Max Matveev
8ca822e51e Reverted back to the local imports so that OneWire compiles without pull request accepted in the origin 2016-02-05 22:31:46 -08:00
Max Matveev
14009091a0 OneWire bus impl - changed imports to the original ones so that merge is possible 2016-02-05 22:23:18 -08:00
Max Matveev
82f119fadb OneWire bus impl 2016-02-05 22:16:51 -08:00
Matthew Dale
915b3b76a7 interface: add an abstraction layer for character displays
the characterdisplay package is an abstraction layer for controlling
character displays

also includes refactors to the hd44780 package to fit the
characterdisplay Controller interface
2015-02-25 00:12:09 -08:00
Matthew Dale
dac729e4fd controller: add a lib for the HD44780 character display controller
the hd44780 package supports HD44780 character display controllers
connected by either a 4-bit GPIO bus or an I2C bus

it also includes a high-level wrapper for easily printing messages
2015-01-06 23:57:26 -08:00