esl / erlang_ale

Erlang Actor Library for Embedded -- An embedded framework from Erlang Solutions
Apache License 2.0
207 stars 65 forks source link

This pull requests adds I2C and SPI support and improves the PWM existing support #3

Closed ivaniacono closed 11 years ago

ivaniacono commented 11 years ago

This pull request adds the I2C and SPI support to Erlang/ALE and improves the PWM existing support. The C source files are documented with Doxygen while the Erlang source files are documented with EDoc.

Changelog

Added instruction to compile PWM, SPI, I2C and to generate documentation

The old PWM support was converted in a gen_server and a supervisor for it was added.