Fork of this for my stuff.

Revision:
108:3d7cfa8b8519
Parent:
94:e6c0279f550a
Child:
110:e04a263e272d
--- a/sx1276/sx1276-mbed-hal.cpp	Sun Nov 26 15:08:11 2017 +0100
+++ b/sx1276/sx1276-mbed-hal.cpp	Sun Jan 21 11:53:10 2018 +0100
@@ -406,7 +406,7 @@
 	*_reset = 0;
 	wait_ms( 1 );
     *_reset = 1;
-    _reset->input();	// I don't know my input again, maybe to save power (Helmut T)
+    _reset->input();	// I don't know why input again, maybe to save power (Helmut T)
 	wait_ms( 6 );
 }