Helmut Tschemernjak / SX1276GenericLib

Dependents:   DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_USB_Rx ... more

Fork of SX1276Lib by Semtech

Files at this revision

API Documentation at this revision

Comitter:
Helmut Tschemernjak
Date:
Sun Jul 23 18:03:14 2017 +0200
Parent:
72:2a6c776b5e92
Child:
74:66223d437a25
Commit message:
Backup

Changed in this revision

Arduino-mbed-APIs/arduino-mbed.h Show annotated file Show diff for this revision Revisions of this file
--- a/Arduino-mbed-APIs/arduino-mbed.h	Sun Jul 23 16:30:11 2017 +0200
+++ b/Arduino-mbed-APIs/arduino-mbed.h	Sun Jul 23 18:03:14 2017 +0200
@@ -22,7 +22,6 @@
 #define	wait_ms	delay
 /* we need to redefine out dprintf because stdio.h uses the same name */
 #define dprint	dxprintf
-
 #if ARDUINO_SAMD_VARIANT_COMPLIANCE >= 10606
  #define MYdigitalPinToInterrupt(x)	digitalPinToInterrupt(x)
 #else