HamShield Arduino Library and Example Sketches
Go to file
nick6x 0ed024cd7d Add comments, update to new HamShield library standard. 2016-08-13 14:05:19 -07:00
examples Add comments, update to new HamShield library standard. 2016-08-13 14:05:19 -07:00
inProgress using standard Arduino fcns for bit banging 2016-07-09 20:29:01 -07:00
HamShield.cpp using standard Arduino fcns for bit banging 2016-07-09 20:29:01 -07:00
HamShield.h using standard Arduino fcns for bit banging 2016-07-09 20:29:01 -07:00
HamShield_comms.cpp using standard Arduino fcns for bit banging 2016-07-09 20:29:01 -07:00
HamShield_comms.h updating files for HS09 2016-03-24 20:31:17 -07:00
LICENSE Applying license 2015-07-06 16:55:28 -07:00
README.md updated readme for dev branch 2016-07-09 20:31:51 -07:00
SimpleFIFO.h Initial import of the main code from https://github.com/slepp/AX25 2015-06-30 19:22:46 -06:00
keywords.txt Added RSSI parameter to waitForChannel to allow setting what should be defined as a clear channel. Updated FM Beacon example to use the settable parameter and print what the measured RSSI was in case of failure. 2015-06-20 15:22:33 -07:00

README.md

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.

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.

For overview, help, tricks, tips, and more, check out the wiki:

https://github.com/EnhancedRadioDevices/HamShield/wiki