Stable version of the xDot library for mbed 5. This version of the library is suitable for deployment scenarios.

Dependents:   Dot-Examples XDOT-Devicewise Dot-Examples-delujoc Dot-Examples_receive ... more

Fork of libxDot-dev-mbed5-deprecated by MultiTech

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ChannelPlans.h Source File

ChannelPlans.h

00001 /**********************************************************************
00002 * COPYRIGHT 2018 MULTI-TECH SYSTEMS, INC.
00003 *
00004 * ALL RIGHTS RESERVED BY AND FOR THE EXCLUSIVE BENEFIT OF
00005 * MULTI-TECH SYSTEMS, INC.
00006 *
00007 * MULTI-TECH SYSTEMS, INC. - CONFIDENTIAL AND PROPRIETARY
00008 * INFORMATION AND/OR TRADE SECRET.
00009 *
00010 * NOTICE: ALL CODE, PROGRAM, INFORMATION, SCRIPT, INSTRUCTION,
00011 * DATA, AND COMMENT HEREIN IS AND SHALL REMAIN THE CONFIDENTIAL
00012 * INFORMATION AND PROPERTY OF MULTI-TECH SYSTEMS, INC.
00013 * USE AND DISCLOSURE THEREOF, EXCEPT AS STRICTLY AUTHORIZED IN A
00014 * WRITTEN AGREEMENT SIGNED BY MULTI-TECH SYSTEMS, INC. IS PROHIBITED.
00015 *
00016 ***********************************************************************/
00017 
00018 #include "ChannelPlan_AS923.h"
00019 #include "ChannelPlan_AU915.h"
00020 #include "ChannelPlan_US915.h"
00021 #include "ChannelPlan_EU868.h"
00022 #include "ChannelPlan_KR920.h"
00023 #include "ChannelPlan_IN865.h"
00024 #include "ChannelPlan_AS923_Japan.h"
00025 #include "ChannelPlan_RU864.h"
00026 
00027 
00028 #define CP_AS923 1
00029 #define CP_AU915 2
00030 #define CP_US915 3
00031 #define CP_EU868 4
00032 #define CP_KR920 5
00033 #define CP_IN865 6
00034 #define CP_AS923_JAPAN 7
00035 #define CP_RU864 8