mathertel / Radio

An Arduino library to control FM radio chips like SI4703, SI4705, RDA5807M, TEA5767.
http://mathertel.github.io/Radio
BSD 3-Clause "New" or "Revised" License
300 stars 91 forks source link

Fixing TEA5767 #1

Closed andrasbiro closed 9 years ago

andrasbiro commented 9 years ago

I fixed the TEA5767 driver (it never initialized the i2c with wire.begin), and removed some unused code. I plan to add the missing features in the next couple of weeks.

mathertel commented 9 years ago

Thanks for the pull request.

Von: András Bíró [mailto:notifications@github.com] Gesendet: Dienstag, 20. Januar 2015 22:49 An: mathertel/Radio Betreff: [Radio] Fixing TEA5767 (#1)

I fixed the TEA5767 driver (it never initialized the i2c with wire.begin), and removed some unused code. I plan to add the missing features in the next couple of weeks.


You can view, comment on, or merge this pull request online at:

https://github.com/mathertel/Radio/pull/1

Commit Summary

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/mathertel/Radio/pull/1 . https://github.com/notifications/beacon/ABCZl26pSjQaufjsMsH9-ggtb9lymU8Pks5njsS4gaJpZM4DU6F0.gif

andrasbiro commented 9 years ago

Damn, I managed to burn the busmode pin on my tea module with my soldering iron, so I wont add features for a while. And I probably move to RDA5807M, so maybe I wont add new features at all.