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

📄 thermo.c

📁 精工打印头LTP3445的使用范例。有原理图和源码
💻 C
字号:
#include <avr/signal.h>
#include <avr/io.h>
#include <avr/interrupt.h>
#include "uart.h"
#include "epp.h"
#include "ltp3445.h"
#include "thermo.h"


volatile FLAGS Flags = {0, 0, 0, LTP_STEPFWD, 0, 0};

extern volatile unsigned char TransmitDataByte;
extern volatile unsigned char TransmitAddrByte;

extern volatile unsigned char EPPBuffer[];
extern volatile unsigned short int  EPPWriteIndex;
extern /*volatile*/ unsigned short int EPPReadIndex;

// 040404 袜怦邈溧 镳桠

⌨️ 快捷键说明

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