arms22 / SoftModem

Audio Jack Modem Library for Arduino
BSD 3-Clause "New" or "Revised" License
184 stars 36 forks source link

Arduino Library Manager integration #1

Closed rmeister closed 7 years ago

rmeister commented 7 years ago

Hi, I'd like to integrate this library into the Arduino Library manager. Therefore I've added the library.properties. After merging you just have to create a release and it will automatically appear in the list of Arduino libraries: https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ

Kind regards, Richard

arms22 commented 7 years ago

Thank you pull request . It seems that using the old code (google code). Please implement the new code (github).

Please divided in to two PR. 1.README.md and library.properties (Pull immediately) 2.code changes

rmeister commented 7 years ago

Ah sorry, the code changes are from xeonqq's fork: https://github.com/xeonqq/SoftModem Should be just minor changes in code style. I'll remove them from this PR.

rmeister commented 7 years ago

Ok, I'm done.