This driver is a stripped down version of the Radiohead 1.45 driver, and covers fewer radios. Threading and an event queue have been added to make the ISR's more stable across architectures. Specifically The STM32L4 parts
Dependents: Threaded_LoRa_Modem
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
7:250d1c72df36 | 2021-06-23 | rlanders73 | explicitly not disabling interrupts for mbed |
6:20187dafd325 | 2021-06-22 | rlanders73 | changed the TX IRQ line |
5:9166705eb726 | 2021-06-10 | rlanders73 | updating to the latest RH lib; |
4:61db9344ce8c | 2021-06-09 | rlanders73 | tightened up the timing so that at least 80 bytes can be transmitted and recieved. Haven't tested for higher yet |
3:6ffa8c82a713 | 2021-05-31 | rlanders73 | Initial working version that is focused on the RF95 radio. |
2:403a13ad43e6 | 2021-05-29 | rlanders73 | Pull in signals from mbed_app.json |
1:dfeb5e8b199a | 2021-04-30 | rlanders73 | making this work for Geneva; |
0:ab4e012489ef | 2015-10-15 | davidr99 | Messy start, but a port for RadioHead.; Currently the SPI modulus are the only ones that work. |