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

📄 senddata.h

📁 MSP430 examples or customized
💻 H
字号:
//====================================================================
//    File: SendData.h
//
//    Version 1.0 first release for Application Report
//    06/04/04
//
//====================================================================

#ifndef __SendData
#define __SendData

enum {tx_off, tx_ch1, tx_ch2, tx_ch3, tx_temp, tx_dump, tx_energy, tx_cal, tx_values, tx_test};
extern unsigned int TX_Mode;  // Transmit mode

// forward declarations
void SendData(void);
void SendValue(unsigned int parm);

enum {
     send_startup,
     send_off,
     send_clock,
     send_date,
     send_volt,
     send_current,
     send_vpeak,
     send_ipeak,
     send_freq,
     send_cosphi,
//     send_ch1,
//     send_ch2,
//     send_ch3,
     send_temp,
     send_power,
     send_energy,
	 send_msgin,
     send_last
    };

#endif /* __SendData */

⌨️ 快捷键说明

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