pwdigital.c
来自「電源供應器設計利用鍵盤介面輸入電源電壓值以SPI界面傳至另一顆CPU做前端之運算」· C语言 代码 · 共 26 行
C
26 行
//This program is for centrifuge machine
//with IMM protocol
#define ModeKey 0
#define UpKey 1
#define DownKey 2
#define EnterKey 3
#define BAUD9600 64
#define BOUNCE 200
#define CR 0x0d
#define ESC 0x1b
#define ETX 0x03
#define STX 0x02
#define TmrNum 5
#define ParaNum 2
#define Bounce 8
#define K1 100000
#include <MEGA8535.h>
#include "Variable.h"
//#include "EEprom.h"
//#include <ina90.h>
#include "Interrupt.h"
#include "InitIO.h"
#include "Timer.h"
//#include "Protocol.h"
#include "Led.h"
//050328玻ネPWM
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?