Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: radio_sx126x.cpp
- Revision:
- 2:c321b5919516
- Parent:
- 1:e79b0a55135f
- Child:
- 3:122af639cf0b
diff -r e79b0a55135f -r c321b5919516 radio_sx126x.cpp
--- a/radio_sx126x.cpp Mon Jul 16 11:15:59 2018 -0700
+++ b/radio_sx126x.cpp Tue Jul 17 16:18:06 2018 -0700
@@ -13,9 +13,7 @@
DigitalOut antswPower(D8);
AnalogIn xtalSel(A3);
- DigitalIn chipType(A2);
- #define CHIP_TYPE_SX1262 0
- #define CHIP_TYPE_SX1261 1
+ DigitalIn Radio::chipType(A2);
#define PINNAME_NRST A0