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
- Committer:
- Jenkins@KEILDM1.dc.multitech.prv
- Date:
- 2019-08-29
- Revision:
- 19:aa5b1fcd05be
- Parent:
- 18:d7332302f5f1
- Child:
- 21:bc12c888e7dc
File content as of revision 19:aa5b1fcd05be:
#include "ChannelPlan_AS923.h"
#include "ChannelPlan_AU915.h"
#include "ChannelPlan_US915.h"
#include "ChannelPlan_EU868.h"
#include "ChannelPlan_KR920.h"
#include "ChannelPlan_IN865.h"
#include "ChannelPlan_AS923_Japan.h"
#include "ChannelPlan_RU864.h"
#define CP_AS923 1
#define CP_AU915 2
#define CP_US915 3
#define CP_EU868 4
#define CP_KR920 5
#define CP_IN865 6
#define CP_AS923_JAPAN 7
#define CP_RU864 8