1
0
Fork 0
mirror of https://github.com/kidoman/embd synced 2025-07-03 11:57:38 +02:00

added BeagleBone Black (bbb) as one of the supported hosts

This commit is contained in:
Kunal Powar 2014-02-27 05:07:11 +05:30
parent 3effbff471
commit 66d0ab22fd
5 changed files with 98 additions and 0 deletions

View file

@ -6,6 +6,11 @@ Golang Embedded Programming Framework
[![GoDoc](http://godoc.org/github.com/kidoman/embd?status.png)](http://godoc.org/github.com/kidoman/embd)
## Hosts supported
* [RaspberryPi](http://www.raspberrypi.org/)
* [BeagleBone Black](http://beagleboard.org/Products/BeagleBone%20Black)
## Protocols supported
* **I2C** [Documentation](http://godoc.org/github.com/kidoman/embd/i2c)