📄 thermo.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 + -