Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSerial SX1276GenericLib mbed
Fork of TRANSMITTER by
Revision 2:5ddb3de762a0, committed 2018-05-23
- 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"
