clarify new library setup
This commit is contained in:
parent
6b775130d1
commit
d54c5404a8
16
README.md
16
README.md
|
@ -1,15 +1,21 @@
|
||||||
# HamShield
|
# HamShield
|
||||||
|
|
||||||
WARNING: The dev branch is not guaranteed to work. Please use caution if you choose to use that branch.
|
|
||||||
|
|
||||||
All of the AFSK, DDS, etc. files have been moved to the in Progress directory. These files collectively use twice as much memory as the essential HamShield functions. The current plan is to make sure these are only included if they're going to be used. We'll also be adapting them to make them more friendly to non-Uno Arduinos. Stay tuned for those changes.
|
|
||||||
|
|
||||||
The master branch is intended for use with HamShield hardware -09 and above.
|
The master branch is intended for use with HamShield hardware -09 and above.
|
||||||
|
|
||||||
HamShield Arduino Library and Example Sketches
|
WARNING: The dev branch is not guaranteed to work. Please use caution if you choose to use that branch.
|
||||||
|
|
||||||
|
# HamShield Arduino Library and Example Sketches
|
||||||
|
|
||||||
This repository is meant to be checked out into your Arduino application's libraries folder. After reloading the application, the library and example sketches should be available for use.
|
This repository is meant to be checked out into your Arduino application's libraries folder. After reloading the application, the library and example sketches should be available for use.
|
||||||
|
|
||||||
For overview, help, tricks, tips, and more, check out the wiki:
|
For overview, help, tricks, tips, and more, check out the wiki:
|
||||||
|
|
||||||
https://github.com/EnhancedRadioDevices/HamShield/wiki
|
https://github.com/EnhancedRadioDevices/HamShield/wiki
|
||||||
|
|
||||||
|
# KISS and AFSK
|
||||||
|
|
||||||
|
We've moved the KISS and AFSK code to a separate library to help keep memory usage in simple sketches down. To use the AFSK examples, please also install these libraries:
|
||||||
|
|
||||||
|
- https://github.com/EnhancedRadioDevices/DDS
|
||||||
|
- https://github.com/EnhancedRadioDevices/HamShield_KISS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue