fota lib for mdot

Dependents:   UQ_LoraWAN

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ChannelPlans.h Source File

ChannelPlans.h

00001 #include "ChannelPlan_AS923.h"
00002 #include "ChannelPlan_AU915.h"
00003 #include "ChannelPlan_US915.h"
00004 #include "ChannelPlan_EU868.h"
00005 #include "ChannelPlan_KR920.h"
00006 #include "ChannelPlan_IN865.h"
00007 #include "ChannelPlan_AS923_Japan.h"
00008 
00009 
00010 #define CP_AS923 1
00011 #define CP_AU915 2
00012 #define CP_US915 3
00013 #define CP_EU868 4
00014 #define CP_KR920 5
00015 #define CP_IN865 6
00016 #define CP_AS923_JAPAN 7