Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modifying to newer Arduino Library format … #14

Merged
merged 1 commit into from
Jul 6, 2018

Conversation

MikeAlger
Copy link
Contributor

Hi Mark
I appreciated using your library last year in a course demonstrating radio communications to undergraduate students, and I noticed you recently moved files around to support Arduino library formats a bit better. Last year I spent some time adapting your code to the 1.5 version of the Arduino library and I thought I could provide those changes to you so you can easily upgrade the library to newest and greatest, without to much trouble

Mike

ps. I apologize for the formatting of this pull request I'm a bit more familiar with the mark up used by Gitlab


The Library specification can be found here

This modification :

  • Reorganizes the location of library files to the src folder
  • Adds a src.ino file to allow viewing and editing files within the Arduino IDE.
  • Adds .development file which should be removed to write protect the library from users playing with the library files unintentionally.
  • Adds a filled out library properties as best as I can figure them out.
  • Adds the micromodem documentation in the extras folders to provide users a circuit schematic,

Futurework

  • A keywords file can be added later to help highlight structures used by the software, but I feel @markqvist may be able to better sort what is exposed the user and is useful to them

@markqvist
Copy link
Owner

Thanks a bunch for providing this!

@markqvist markqvist merged commit 13fc413 into markqvist:master Jul 6, 2018
@markqvist
Copy link
Owner

markqvist commented Jul 6, 2018 via email

@MikeAlger
Copy link
Contributor Author

MikeAlger commented Jul 7, 2018 via email

@MikeAlger MikeAlger deleted the Update2NewArduinoLibSpec branch July 24, 2018 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants