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.

Changes

RevisionDateWhoCommit message
3:f81d64ff0164 2018-07-18 Wayne Roberts use sx12xx_hal default tip
2:bf201940a9db 2018-01-26 dudmuck support DISCO-L072CZ-LRWAN
1:6a3a48d657a9 2017-08-31 dudmuck use 4 output pins
0:b6ec8db2edbf 2017-08-22 dudmuck initial commit