⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 conversion_v1.1.7.h

📁 MSP430f2013 ADC, LCD drivers using 74168 shift registers
💻 H
字号:
/*=============================================================================
//   File : Conversion_V1.1.7.h                                              //
//                                                                           //
//   Abstract: This header file containing the required basic datatypes and  //
//             user defined macros for Conv Operation.                        //
//   Compiler : IAR Embedded Work Bench                                      //
//                                                                           //
//   Author : Kuberappa.M.Sajjan                                             //
//   E-mail : kuber@unifiest.com                                             //
//                                                                           //
//                                                                           //
=============================================================================*/



/*---------------------------- Preprocessor Directives ----------------------*/

#include "datatypes_v1.1.h"
#include "io430.h"









/*--------------------------- Macros and Constants --------------------------*/

#ifndef        _CONVERSION_H_   // If Datatypes header file is not defined then
#define        _CONVERSION_H_   // Define the Datatypes header file







#define CUBE                    (16*16*16)
#define SQUARE                  (16*16)
#define ONE                     (16)
#define OFFSET                  0x0E
#define READ                    0x0F









/*--------------------------- Global Variable Declarations ------------------*/









/*--------------------------- Function Prototypes ---------------------------*/

UINT convesion_data(UINT conv_data );
void system_offset_adc_conv(UCHAR command);









#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -