Driver library for SX1272/SX1276 transceivers
Fork of SX127x by
Diff: sx127x.h
- Revision:
- 5:dde68100518b
- Parent:
- 4:d987ac2836bf
- Child:
- 6:5d94ee847016
--- a/sx127x.h Fri May 02 23:35:30 2014 +0000 +++ b/sx127x.h Tue Jun 03 20:44:30 2014 +0000 @@ -264,8 +264,8 @@ // frequency hopping table const uint32_t *frfs; - InterruptIn dio0; - InterruptIn dio1; + DigitalIn dio0; + DigitalIn dio1; DigitalOut femcps; // LF rf switch DigitalOut femctx; // HF rf switch DigitalOut m_cs;