14#ifndef LTC2488_USER_CONFIG_H_
15#define LTC2488_USER_CONFIG_H_
26#define MBED_PLATFORM 1
27#define STM32_PLATFORM 2
30#if !defined(ACTIVE_PLATFORM)
31#define ACTIVE_PLATFORM STM32_PLATFORM
34#if (ACTIVE_PLATFORM == MBED_PLATFORM)
36#define spi_init_extra_params mbed_spi_extra_init_params
38#include "app_config_stm32.h"
39#define spi_init_extra_params stm32_spi_extra_init_params
40#define uart_extra_init_params stm32_uart_extra_init_params
struct ltc2488_dev_init ltc2488_init_str
Definition ltc2488_user_config.c:25
Header file for Mbed platform configurations.
Device driver initialization parameters.
Definition ltc2488.h:98