Firmware for Arduino | PLEN Project Company Inc.
BuildConfig.h
Go to the documentation of this file.
1 
8 #pragma once
9 
10 #ifndef PLEN2_BUILD_CONFIG_H
11 #define PLEN2_BUILD_CONFIG_H
12 
13 
21 #define TARGET_PLEN14 false
22 
30 #define TARGET_PLEN20 true
31 
38 #define TARGET_DEVELOPER_EDITION false
39 
48 #define TARGET_MIRROR_EDITION false
49 
50 
51 #if TARGET_PLEN14 == TARGET_PLEN20
52  #error "TARGET_PLEN14" and "TARGET_PLEN20" macros are incompatible! (You need to enable only one configuration.)
53 #endif
54 
55 #endif // PLEN2_BUILD_CONFIG_H