1
Dependents: 0A101_mDot_Sensor_Rev3_AUS 601_mDot_Sensor_RevJT_AUS
Fork of libmDot-mbed5 by
plans/ChannelPlans.h
- Committer:
- jortronm2
- Date:
- 2018-01-04
- Revision:
- 63:3218b7e72933
- Parent:
- 61:58ed1e136af5
File content as of revision 63:3218b7e72933:
#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" #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