HamShield Arduino Library and Example Sketches
Go to file
Stephen Olesen 6cb8ed68d3 Rename for library compatability. 2015-07-11 14:23:03 -06:00
examples Rename for library compatability. 2015-07-11 14:23:03 -06:00
AFSK.cpp Updated AFSK with print routine, use new delay line. AX25 receive tune to APRS. 2015-07-10 11:58:37 -06:00
AFSK.h Updated AFSK with print routine, use new delay line. AX25 receive tune to APRS. 2015-07-10 11:58:37 -06:00
DDS.cpp Allow refclkOffset to be set on the fly in DDS and the calibration tool. 2015-07-04 18:31:18 -06:00
DDS.h Update large DDS sine table to use signed integers. 2015-07-05 16:29:27 -06:00
HamShield.cpp Merge remote-tracking branch 'upstream/au_updates' into afsk-au-update 2015-07-09 14:58:58 -06:00
HamShield.h Merge remote-tracking branch 'upstream/au_updates' into afsk-au-update 2015-07-09 14:58:58 -06:00
I2Cdev_rda.cpp Moved some library files around. 2015-06-20 13:53:56 -07:00
I2Cdev_rda.h Back to Wire library usage, mistaken commit on changing it. 2015-07-04 00:03:12 -06:00
README.md Added note about using this repository with Arduino to the README.md 2015-06-20 13:40:11 -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

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.