example for iot course with c027 and sx1276 module

Revision:
51:623b49958f8d
Parent:
50:6e615eea1e6f
--- a/main.cpp	Wed Mar 13 17:30:20 2019 +0000
+++ b/main.cpp	Fri May 24 19:00:01 2019 +0000
@@ -14,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+#include <mbed.h> 
 #include <stdio.h>
 
 #include "lorawan/LoRaWANInterface.h"
@@ -82,6 +83,9 @@
  */
 int main(void)
 {
+    DigitalOut resetPin(A0);
+    resetPin = false ;
+    
     // setup tracing
     setup_trace();