Firmware for Arduino | PLEN Project Company Inc.
BuildConfig.h File Reference

Config file for each build environment. More...

Go to the source code of this file.

Macros

#define PLEN2_BUILD_CONFIG_H
 
#define TARGET_PLEN14   false
 Configuration macro to build the firmware for PLEN1.4. More...
 
#define TARGET_PLEN20   true
 Configuration macro to build the firmware for PLEN2. More...
 
#define TARGET_DEVELOPER_EDITION   false
 Configuration macro to build the firmware for developer edition. More...
 
#define TARGET_MIRROR_EDITION   false
 Configuration macro to build the firmware for mirror edition. More...
 

Detailed Description

Config file for each build environment.

Author
Kazuyuki TAKASE

Macro Definition Documentation

#define PLEN2_BUILD_CONFIG_H
#define TARGET_DEVELOPER_EDITION   false

Configuration macro to build the firmware for developer edition.

If you enable this macro, it changes following feature(s):

  • Serial communication speed
#define TARGET_MIRROR_EDITION   false

Configuration macro to build the firmware for mirror edition.

If you enable this macro, it changes following feature(s):

  • Output serial
  • Joint controll methods
  • Protocol
#define TARGET_PLEN14   false

Configuration macro to build the firmware for PLEN1.4.

Attention
This macro and TARGET_PLEN20 macro are incompatible. You need to enable only one configuration.
#define TARGET_PLEN20   true

Configuration macro to build the firmware for PLEN2.

Attention
This macro and TARGET_PLEN14 macro are incompatible. You need to enable only one configuration.