?? dmx512_send.c
字號(hào):
#include <reg51.h>
#include <stdio.h>
#include <absacc.h>
#define max_circuit 512
sbit busy = P3^5;
sbit ack = P3^4;
sbit strobe = P3^2;
int idx_in;
int i,j,k;
//Interruption caract鑢e envoy
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -