MotorControlModuleSDFM_TMS3.../Projects/EFC_Communication/UMLibrary/driver/chipset/AD7685.hh
2024-06-07 11:12:56 +03:00

26 lines
591 B
C++
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*!\file
* \brief Файл содержит описание типов для набора модулей обработки микросхемы AD7685.
*/
/*
* AD7685.h
*
* Created on: 2 авг. 2019 г.
* Author: LeonidTitov
*/
#ifndef SOURCE_DRIVER_CHIPSET_AD7685_H_
#define SOURCE_DRIVER_CHIPSET_AD7685_H_
#include "PackagerAD7685.hh"
#include "../SerialPortAdapter.hpp"
namespace driver { namespace chipset { namespace AD7685 {
typedef SerialPortAdapter<PackagerAD7685::Frame, uint16_t, false> SerialPortRegister;
} }}
#endif /* SOURCE_DRIVER_CHIPSET_AD7685_H_ */