From 960762be1fc49975c084fbad648c7b48e8f5f0b6 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 19 Dec 2014 17:04:25 +0100 Subject: [PATCH] Added readme --- LibAPRS/README.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 LibAPRS/README.md diff --git a/LibAPRS/README.md b/LibAPRS/README.md deleted file mode 100644 index 1845ba0..0000000 --- a/LibAPRS/README.md +++ /dev/null @@ -1,20 +0,0 @@ -LibAPRS -========== - -LibAPRS is an Arduino IDE library that makes it easy to send and receive APRS packets with a [MicroModem](http://unsigned.io/micromodem)-compatible modem. - -You can buy a complete modem from [my shop](http://unsigned.io/shop), or you can build one yourself pretty easily. Take a look at the documentation in the [MicroModem](https://github.com/markqvist/MicroModem) repository for information and getting started guides! - -See the example included in the library for info on how to use it! - -## Some features - -- Send and receive AX.25 APRS packets -- Full modulation and demodulation in software -- Easy configuration of callsign and path settings -- Easily process incoming packets -- Shorthand functions for sending location updates and messages, so you don't need to manually create the packets -- Ability to send raw packets -- Support for settings APRS symbols -- Support for power/height/gain info in location updates -- Can run with open squelch \ No newline at end of file