Merge pull request #14 from MikeAlger/Update2NewArduinoLibSpec

Modifying to newer Arduino Library format …
pull/20/merge
Mark Qvist 2018-07-06 09:04:27 +02:00 zatwierdzone przez GitHub
commit 13fc413826
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
16 zmienionych plików z 21 dodań i 9 usunięć

0
.development 100644
Wyświetl plik

Plik binarny nie jest wyświetlany.

10
library.properties 100644
Wyświetl plik

@ -0,0 +1,10 @@
name=LibAPRS
version=1.0
author=Mark Qvist
maintainer=Mark Qvist
sentence=A library that turns the aruino into a Ax.25 Modem
paragraph="LibAPRS is a library for the Arduino IDE, that makes it easy to write your own APRS applications for a MicroModem, or compatible build. It allows you to send and receive APRS packets, location updates and messages using simple functions in the Arduino IDE. All the AFSK modulation/demodulation, AX.25 handling, and such is running transparently in the “background” in interrupts, so you can focus on implementing exactly what you want!"
category=Communication
url=http://unsigned.io/projects/libaprs/
architectures=avr
includes=LibAPRS.h

2
src/src.ino 100644
Wyświetl plik

@ -0,0 +1,2 @@
// Do not add to this file (src.ino) it only serves to allow users to easily open the underlying c/c++ and header files of LibAPRS to view/edit in arduino IDE