Clint Chance
90220cbb9d
Fix the FM mode LED pin guard on the Arduino Due.
...
The pinMode() call for PIN_FM was guarded by USE_ALTERNATE_POCSAG_LEDS
instead of USE_ALTERNATE_FM_LEDS, a copy and paste error. The Teensy
version and the setFMInt() implementation in this file both use the FM
macro.
2026-07-12 16:42:58 -05:00
Jonathan Naylor
5fb5986d50
Remove M17 and AX.25
2025-08-27 18:35:30 +01:00
Christoph Kottke
ff39a9031b
Fixing Arduino Unique Identifier byte order
2020-11-28 16:25:08 +01:00
Christoph Kottke
a35b8f929a
Fixing Arduino UUID support
2020-11-28 08:51:58 +01:00
Jonathan Naylor
99d2a0d822
Add UDID support.
2020-11-09 10:23:57 +00:00
Jonathan Naylor
55c89a4413
Merge branch 'AX25_FM' into M17_AX25_FM
2020-11-06 15:06:00 +00:00
Jonathan Naylor
0334b5a791
Handle the M17 mode LED pins(-ish)
2020-10-14 11:55:31 +01:00
Geoffrey Merck
05d21c0a14
TX Buffer now using Templae RB
2020-05-09 17:44:44 +02:00
Geoffrey Merck
26a703c68c
IO RXbuffer now uses template RingBuffer
2020-05-09 17:35:38 +02:00
Jonathan Naylor
61ccd79c5f
Set up the FM mode pins, partially.
2020-04-18 14:31:21 +01:00
phl0
5f19cfcb49
Rename MODE_PINS to MODE_LEDS
2018-08-01 21:09:57 +02:00
Jonathan Naylor
5c61ee6be8
Add an mode output pin on the STM32-F7M board as suggested by Tom BG4TGO.
2018-07-05 18:29:18 +01:00
Jonathan Naylor
a4af04fae2
Allow for alternative LEDs for NXDN and POCSAG.
2018-07-04 18:40:54 +01:00
Jonathan Naylor
9eb6bc1a60
Add the POCSAG mode pin for the Arduino Due, Teensy 3.2/3.6 and the
...
STM32F105.
2018-06-19 18:17:05 +01:00
Jonathan Naylor
2098146af8
Rename ARDUINO_MODE_PINS to MODE_PINS.
2018-06-19 18:01:24 +01:00
Jonathan Naylor
20a0a875f3
Add the POCSAG transmitter.
2018-06-06 20:27:46 +01:00
Jonathan Naylor
b5ca5e3839
NXDN first cut, not working yet.
2018-01-10 20:30:35 +00:00
Andy CA6JAU
70e1fd4264
Adding LEDs selftest at start-up
2017-08-28 00:43:24 -03:00
Jonathan Naylor
57fde3afcc
Add RSSI reporting for all modes.
2017-01-05 18:59:15 +00:00
Jonathan Naylor
461e7c942e
Add RSSI input for the ZUM board also.
2016-12-21 08:46:17 +00:00
Paweł Gomułka
414f3eb193
typo :/
2016-12-21 01:57:58 +01:00
Paweł Gomułka
bef0d9cfd6
Added missing conditions for preprocessor
2016-12-21 01:55:35 +01:00
Paweł Gomułka
2c76d67098
RSSI readout support for NTH board @Arduino Due
2016-12-20 20:32:54 +01:00
Jonathan Naylor
e97c1dc746
More work on Teensy interrupts.
2016-11-11 06:56:02 +00:00
Jonathan Naylor
612b10cd11
Small clean up.
2016-11-07 21:28:06 +00:00
Jonathan Naylor
ee44fd81ef
Clean up the Due's interrupt handler.
2016-11-07 21:25:25 +00:00
Jonathan Naylor
97fe8ad3fd
Add mode pins for the original Papa board.
2016-11-07 18:15:02 +00:00
Jonathan Naylor
959cb7f32e
Cleanups and bug fixes.
2016-11-01 18:00:53 +00:00
Jonathan Naylor
7aeb1b6371
Abstract Due specific I/O to a seperate file.
2016-10-31 20:08:35 +00:00