precision-converters-firmware
|
Configuration file for AD717x/AD411x firmware example. More...
#include <stdint.h>
#include <PinNames.h>
Go to the source code of this file.
Macros | |
#define | SPI_CSB ARDUINO_UNO_D10 |
#define | SPI_HOST_SDO ARDUINO_UNO_D11 |
#define | SPI_HOST_SDI ARDUINO_UNO_D12 |
#define | SPI_SCK ARDUINO_UNO_D13 |
#define | I2C_SCL ARDUINO_UNO_D15 |
#define | I2C_SDA ARDUINO_UNO_D14 |
#define | LED_GREEN LED3 |
#define | DEV_AD4111 |
#define | ACTIVE_DEVICE_NAME "AD4111" |
#define | SCALE_FACTOR_DR 0.1 |
Configuration file for AD717x/AD411x firmware example.
Copyright (c) 2020,2022 Analog Devices, Inc.
All rights reserved.
This software is proprietary to Analog Devices, Inc. and its licensors. By using this software you agree to the terms of the associated Analog Devices Software License Agreement.
#define ACTIVE_DEVICE_NAME "AD4111" |
#define DEV_AD4111 |
#define I2C_SCL ARDUINO_UNO_D15 |
#define I2C_SDA ARDUINO_UNO_D14 |
#define LED_GREEN LED3 |
#define SCALE_FACTOR_DR 0.1 |
#define SPI_CSB ARDUINO_UNO_D10 |
#define SPI_HOST_SDI ARDUINO_UNO_D12 |
#define SPI_HOST_SDO ARDUINO_UNO_D11 |
#define SPI_SCK ARDUINO_UNO_D13 |