This code holds the complete demo set for the sx1280: PingPong, PER and Ranging Outdoor demo application. >>>>> This code MUST run on the mbed library release 127 or everything will be painfully slow.

Dependencies:   mbed SX1280Lib DmTftLibrary

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers app_config.h Source File

app_config.h

00001 #ifndef __APP_CONFIG_H__
00002 #define __APP_CONFIG_H__
00003 
00004 /*
00005  * This file is inteded to be used for tuning the application at compile time
00006  * by activating/deactivating feature
00007  *
00008  * To activate a feature, ensure the corresponding preprocessor token
00009  * definition is not commented out.
00010  * To deactivate it, comment it out.
00011  */
00012 
00013 /*
00014  * GPS feature.
00015  * Need a ubloc device soldered on the PCB
00016  */
00017 //#define HAS_GPS_SENSOR
00018 
00019 /*
00020  * Proximity sensor feature
00021  */
00022 //#define HAS_PROXIMITY_SENSOR
00023 
00024 #endif  // __APP_CONFIG_H__
00025