Wykres commitów

23 Commity (master)

Autor SHA1 Wiadomość Data
Mark Qvist 13fc413826
Merge pull request #14 from MikeAlger/Update2NewArduinoLibSpec
Modifying to newer Arduino Library format …
2018-07-06 09:04:27 +02:00
Mike Alger b65695e140 Modifying to newer Arduino Library format specifed in https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification 2018-06-26 01:58:04 -04:00
Mark Qvist aa63bc24bf
Merge pull request #13 from per1234/root-library
Move library to root of repository
2018-06-18 09:49:45 +02:00
per1234 92ec88edef Move library to root of repository
A popular library installation technique is to download the library via GitHub's Clone or download > Download ZIP and then use the Arduino IDE's Sketch > Include Library > Add .ZIP Library on the downloaded file. This requires the library to be in the root of the repository, not in a subfolder. If the library is not in the root of the repository this installation technique fails:

Specified folder/zip file does not contain a valid library

This move is also required if you wanted to add your library to the Arduino Library Manager index, which provides an even easier installation option.
2018-06-17 19:35:46 -07:00
Mark Qvist a36acdd460
Update Basic_usage.ino
Fixed typo in comment
2018-05-03 09:29:50 +02:00
Mark Qvist 541f3718a1 Merge pull request #6 from db1sb/patch-1
Update AX25.cpp
2017-09-14 12:50:58 +02:00
db1sb 3bb471eed4 Update AX25.cpp
Also this call-storage must be terminated
2017-09-03 13:23:09 +02:00
Mark Qvist 4296c7204c Merge pull request #4 from tahpee/master
Fixed assignment where it should have been a comparison that clobbers the symbolTable in use
2017-08-29 16:54:36 +02:00
Tim Ahpee 2808ca42c7 Fixed assignment where it should have been a comparison 2017-08-25 22:32:55 +10:00
Mark Qvist 78cbd8d210 Fix for RX memory collision 2015-01-18 18:09:52 +01:00
Mark Qvist b858936e3e Fixed incorrect length while sending callsigns 2015-01-18 17:54:28 +01:00
Mark Qvist 5edb62cf8d Fixed incorrect length while sending callsigns 2015-01-18 17:35:57 +01:00
Mark Qvist b87d4d5775 Fixed library init not adhering to OPEN_SQUELCH and ADC_REFERENCE settings. Added examples on how to get SRC and DST callsign and SSIDs. 2015-01-05 22:36:35 +01:00
Mark Qvist 719ed77653 Updated example 2014-12-23 14:13:08 +01:00
Mark Qvist c8f8e7033b Updated readme 2014-12-23 13:53:30 +01:00
Mark Qvist 2c9f5fd070 Various bugfixes 2014-12-23 13:50:12 +01:00
Mark Qvist 687066ca7a Buffer size 2014-12-22 12:59:36 +01:00
Mark Qvist f260f35c20 Added readme 2014-12-19 17:04:43 +01:00
Mark Qvist 960762be1f Added readme 2014-12-19 17:04:25 +01:00
Mark Qvist 80b3d44dd3 Moved into library folder 2014-12-19 17:03:40 +01:00
Mark Qvist 7960eba03f Updates 2014-12-19 14:42:40 +01:00
Mark Qvist 8f8e124e38 Working version 2014-12-19 14:36:55 +01:00
Mark Qvist bc77ed0b50 Repo init 2014-12-19 11:00:29 +01:00