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

* This code MUST run on the mbed library release 127 or everything will be painfully slow.*

app_config.h

Committer:
mverdy
Date:
2018-11-08
Revision:
20:626b92b70bf7
Parent:
19:45d0ce0f0677

File content as of revision 20:626b92b70bf7:

#ifndef __APP_CONFIG_H__
#define __APP_CONFIG_H__

/*
 * This file is inteded to be used for tuning the application at compile time
 * by activating/deactivating feature
 *
 * To activate a feature, ensure the corresponding preprocessor token
 * definition is not commented out.
 * To deactivate it, comment it out.
 */

/*
 * GPS feature.
 * Need a ubloc device soldered on the PCB
 */
//#define HAS_GPS_SENSOR

/*
 * Proximity sensor feature
 */
//#define HAS_PROXIMITY_SENSOR

#endif  // __APP_CONFIG_H__