EDF - OnePIC MCU
v1.1.0
|
RF4CE
Steps to build RF4CE Demo:
RF4CE GUI- wireless_rc_utility_v1.6.5.8.jar The ZENA driver must be installed first Once the GUI is started, Setup:
MPLABX Feature: Configuration based Macro Definitions MPLABX allows you to define configuration specific macros, which can be used to conditionally compile source code.
This project defines 'WIRELESS_DEMO' when the respective wireless configurations are selected.
Example of use in main.c:
Using this feature, the function demo_main_loop() is only called when the current configuration defines the macro named 'WIRELESS_DEMO'. To define such a macro, open Project Properties, select the compiler of the configuration in which you'd like to define a macro, and enter the macro name.