precision-converters-firmware
app_config_mbed.h
Go to the documentation of this file.
1 /***************************************************************************/
12 #ifndef APP_CONFIG_MBED_H_
13 #define APP_CONFIG_MBED_H_
14 
15 /******************************************************************************/
16 /***************************** Include Files **********************************/
17 /******************************************************************************/
18 #include <PinNames.h>
19 #include "mbed_spi.h"
20 
21 /******************************************************************************/
22 /********************** Macros and Constants Definition ***********************/
23 /******************************************************************************/
24 /* Pin mapping for LTC268X w.r.t Arduino Headers */
25 #define SPI_CSB ARDUINO_UNO_D10
26 #define SPI_HOST_SDO ARDUINO_UNO_D11
27 #define SPI_HOST_SDI ARDUINO_UNO_D12
28 #define SPI_SCK ARDUINO_UNO_D13
29 
30 /******************************************************************************/
31 /********************** Public/Extern Declarations ****************************/
32 /******************************************************************************/
33 extern struct mbed_spi_init_param mbed_spi_extra_init_params;
34 
35 #endif /* APP_CONFIG_MBED_H_ */
struct mbed_spi_init_param mbed_spi_extra_init_params
Definition: app_config_mbed.c:54