raises pin at time instructed by received LoRa packet.

Dependencies:   sx126x sx12xx_hal

radio chip selection

Radio chip driver is not included, allowing choice of radio device.
If you're using SX1272 or SX1276, then import sx127x driver into your program.
if you're using SX1261 or SX1262, then import sx126x driver into your program.
if you're using SX1280, then import sx1280 driver into your program.
If you're using NAmote72 or Murata discovery, then you must import only sx127x driver.

Transmitter side is at Alarm Slave project page.
Output is observed on nucleo morpho connector pins pin[A-D]: see code for actual pins used.

History

use sx12xx_hal default tip

2018-07-18, by Wayne Roberts [Wed, 18 Jul 2018 18:50:19 -0700] rev 3

use sx12xx_hal


support DISCO-L072CZ-LRWAN

2018-01-26, by dudmuck [Fri, 26 Jan 2018 01:19:39 +0000] rev 2

support DISCO-L072CZ-LRWAN


use 4 output pins

2017-08-31, by dudmuck [Thu, 31 Aug 2017 23:14:55 +0000] rev 1

use 4 output pins


initial commit

2017-08-22, by dudmuck [Tue, 22 Aug 2017 10:16:06 -0700] rev 0

initial commit