gabrio gabrio / Mbed 2 deprecated RECEIVER

Dependencies:   BufferedSerial SX1276GenericLib mbed

Fork of TRANSMITTER by gabrio gabrio

Files at this revision

API Documentation at this revision

Comitter:
gabrio
Date:
Wed May 23 21:05:17 2018 +0000
Parent:
1:247f19702edd
Child:
3:e2ca3bc926e2
Commit message:

Changed in this revision

Transmitter/Transmitter.cpp Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Transmitter/Transmitter.cpp	Wed May 23 21:01:35 2018 +0000
+++ b/Transmitter/Transmitter.cpp	Wed May 23 21:05:17 2018 +0000
@@ -1,8 +1,13 @@
 /*
- * This file contains a copy of the master content sx1276PingPong
- * with adaption for the SX1276Generic environment
- * (c) 2017 Helmut Tschemernjak
+ *
+ * Author Be-P, Gabrio Tognozzi
+ * Pervasive systems 2018
+ *
+ * Credits:
+ * Copyright (c) 2017 Helmut Tschemernjak
  * 30826 Garbsen (Hannover) Germany
+ *
+ * Licensed under the Apache License, Version 2.0);
  */
  
 #include "mbed.h"
--- a/main.cpp	Wed May 23 21:01:35 2018 +0000
+++ b/main.cpp	Wed May 23 21:05:17 2018 +0000
@@ -1,6 +1,12 @@
 /*
+ *
+ * Author Be-P, Gabrio Tognozzi
+ * Pervasive systems 2018
+ *
+ * Credits:
  * Copyright (c) 2017 Helmut Tschemernjak
  * 30826 Garbsen (Hannover) Germany
+ *
  * Licensed under the Apache License, Version 2.0);
  */
  #include "main.h"