precision-converters-firmware
Macros
app_config.h File Reference
#include <stdint.h>
#include <PinNames.h>
Include dependency graph for app_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define AD7124_4
 
#define ACTIVE_DEVICE   "AD7124-4"
 
#define SPI_SS   ARDUINO_UNO_D10
 
#define SPI_MOSI   ARDUINO_UNO_D11
 
#define SPI_MISO   ARDUINO_UNO_D12
 
#define SPI_SCK   ARDUINO_UNO_D13
 

Macro Definition Documentation

◆ ACTIVE_DEVICE

#define ACTIVE_DEVICE   "AD7124-4"

◆ AD7124_4

#define AD7124_4

◆ SPI_MISO

#define SPI_MISO   ARDUINO_UNO_D12

◆ SPI_MOSI

#define SPI_MOSI   ARDUINO_UNO_D11

◆ SPI_SCK

#define SPI_SCK   ARDUINO_UNO_D13

◆ SPI_SS

#define SPI_SS   ARDUINO_UNO_D10

The ADI SDP_K1 can be used with either arduino headers or the 120-pin SDP connector found on ADI evaluation boards. The default interface used in the firmware is Arduino. Uncomment the SDP_120 #define below to enable the SDP_120 connector interface.