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.
plans/ChannelPlans.h@19:aa5b1fcd05be, 2019-08-29 (annotated)
- Committer:
- Jenkins@KEILDM1.dc.multitech.prv
- Date:
- Thu Aug 29 12:21:40 2019 -0500
- Revision:
- 19:aa5b1fcd05be
- Parent:
- 18:d7332302f5f1
- Child:
- 21:bc12c888e7dc
xdot-library revision 3.2.1 and mbed-os revision mbed-os-5.13.4
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 1 | #include "ChannelPlan_AS923.h" |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 2 | #include "ChannelPlan_AU915.h" |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 3 | #include "ChannelPlan_US915.h" |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 4 | #include "ChannelPlan_EU868.h" |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 5 | #include "ChannelPlan_KR920.h" |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 6 | #include "ChannelPlan_IN865.h" |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 7 | #include "ChannelPlan_AS923_Japan.h" |
Jenkins@KEILDM1.dc.multitech.prv | 16:4a382fe8f51b | 8 | #include "ChannelPlan_RU864.h" |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 9 | |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 10 | |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 11 | #define CP_AS923 1 |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 12 | #define CP_AU915 2 |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 13 | #define CP_US915 3 |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 14 | #define CP_EU868 4 |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 15 | #define CP_KR920 5 |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 16 | #define CP_IN865 6 |
Jenkins@KEILDM1.dc.multitech.prv | 11:be2a6466d680 | 17 | #define CP_AS923_JAPAN 7 |
Jenkins@KEILDM1.dc.multitech.prv | 16:4a382fe8f51b | 18 | #define CP_RU864 8 |