make fork ready for merge-back, try #2

This commit is contained in:
Thorsten von Eicken 2016-09-06 21:12:17 -07:00
parent b6706df9a8
commit 789e3f82b2
1 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@
**embd** is a hardware abstraction layer (HAL) for embedded systems. **embd** is a hardware abstraction layer (HAL) for embedded systems.
It allows you to start your hardware hack on easily available hobby boards It allows you to start your hardware hack on easily available hobby boards
(like the Raspberry Pi, BeagleBone Black, C.H.I.P., etc.) by giving you staight (like the Raspberry Pi, BeagleBone Black, C.H.I.P., etc.) by giving you
forward access to the board's capabilities as well as a plethora of straight-forward access to the board's capabilities as well as a plethora of
**sensors** (like accelerometers, gyroscopes, thermometers, etc.) and **sensors** (like accelerometers, gyroscopes, thermometers, etc.) and
**controllers** (PWM generators, digital-to-analog convertors) for **controllers** (PWM generators, digital-to-analog convertors) for
which we have written drivers. And when things get serious, you dont which we have written drivers. And when things get serious, you dont
@ -12,7 +12,7 @@ have to throw away the code. You carry forward the effort onto more
custom designed boards where the HAL abstraction of EMBD will save you custom designed boards where the HAL abstraction of EMBD will save you
precious time. precious time.
Original development supported and sponsored by [**SoStronk**](https://www.sostronk.com) and Development supported and sponsored by [**SoStronk**](https://www.sostronk.com) and
[**ThoughtWorks**](http://www.thoughtworks.com/). [**ThoughtWorks**](http://www.thoughtworks.com/).
Also, you might be interested in: [Why Golang?](https://github.com/kidoman/embd/wiki/Why-Go) Also, you might be interested in: [Why Golang?](https://github.com/kidoman/embd/wiki/Why-Go)