HamShield Arduino Library and Example Sketches
Go to file
Stephen Olesen 28248365c8 Added QPSK63. Set both sketches to run on either pin 3 or 11. 2015-07-02 21:27:12 -06:00
examples Added QPSK63. Set both sketches to run on either pin 3 or 11. 2015-07-02 21:27:12 -06:00
AFSK.cpp Fix a compile error. Add a quick callsign appending string method. 2015-07-02 02:38:28 -06:00
AFSK.h Fix a compile error. Add a quick callsign appending string method. 2015-07-02 02:38:28 -06:00
DDS.cpp Correct Pin 3 output to scale to the reduced comparator size. 2015-07-02 19:57:32 -06:00
DDS.h Change DDS to using signed integers to try to keep our DC bias averaged out. 2015-07-02 19:30:53 -06:00
HamShield.cpp Remove ISR from HamShield, add DDS header. 2015-07-01 20:47:56 -06:00
HamShield.h Remove ISR from HamShield, add DDS header. 2015-07-01 20:47:56 -06:00
I2Cdev_rda.cpp Moved some library files around. 2015-06-20 13:53:56 -07:00
I2Cdev_rda.h Workaround for lockup on AFSK/DDS startup when using the Wire library. 2015-07-02 01:32:00 -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.