Bleeding edge development version of the xDot library for mbed 5. This version of the library is not guaranteed to be stable or well tested and should not be used in production or deployment scenarios.

Dependents:   Dot-Examples Dot-AT-Firmware Dot-Examples TEST_FF1705 ... more

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 #include "ChannelPlan_RU864.h"
00009 
00010 
00011 #define CP_AS923 1
00012 #define CP_AU915 2
00013 #define CP_US915 3
00014 #define CP_EU868 4
00015 #define CP_KR920 5
00016 #define CP_IN865 6
00017 #define CP_AS923_JAPAN 7
00018 #define CP_RU864 8