搜索资源列表
can--tiaoshi
- 系统can地址为550,用于can系统测试,应用T0定时器每隔1s向can总线发送一组数据:数据长度为8个字节, 首字节为05H,第二个字节为累加变量,每秒钟数值增加1,-system can address 550 for the test system can, Application T0 1s to every timer can send a bus of data : data length of 8 bytes the first byte of 05H, the s
EZMac_Plus
- Integration的EZMac Plus,对于开发IA4420/4421很有用! Variable packet length protocol with packet forwarding capability MAC layer for simplifying EZRadio designs
MBUSprotocol
- MBUS协议 The bus communication system of EN1434-3 is commonly called M-Bus. Its application layer describes a standard especially for meter readout. It can be used with various physical layers and with link layers and network layers which supp
calender
- KEIL下编的SST89E58单片机万年历(定时器)程序,包含一般的公历、时间,还带一个秒表,农历(1901-2100年),采用四个按键(按键一为功能/设定切换,按键二为下调,按键三为上调,按键四为状态恢复键),其中按键包含长按键变加速处理等!采用1602LCD作为显示,硬件连接可以参照头文件定义!-KEIL under the SST89E58 Singlechip calendar (timer) procedures, including the general calendar, tim
Tcontrol
- 应用于各种环境任意长度开关定时应用程序,可用于控制设备老化测试,可变PWM输出等-Used in a variety of environmental applications开关定时arbitrary length can be used to control equipment aging test, a variable, such as PWM output. .
tes
- 椭圆表盘,与表盘适应的变长指针,使用了定时器-Oval dial with the dial indicator variable length adaptation, the use of a timer
12864-LCD-display-dictionaries
- uS延时函数,含有输入参数 unsigned char t,无返回值 unsigned char 是定义无符号字符变量,其值的范围是 0~255 这里使用晶振12M,精确延时请使用汇编,大致延时 长度如下 T=tx2+5 uS -uS delay function, with input parameters unsigned char t, unsigned char has no return value is defined unsigned char variable,
51_musiced
- 51單晶片使用 4*4 鍵盤,在鍵盤上有8 個音階加上可將之前按過的聲音播放出來的 PLAY 鍵,還有一個CLEAR 鍵可將剛剛所錄的音階清除RAM 中的資料 以便做下一次的聲音錄製所用。輸出的部份主要是使用一個喇叭,在 按下按鍵的同時立即播放出所按下的音階,再搭配LCD 將按下的音階 使用音樂簡譜表現出來,每當增加一個音時並不清除之前的輸入,所 以在輸入完成時我們即可知道我們所有的輸入音階,讓使用者僅透過 LCD 即可知道輸入是否正確。而在輸入的同時,在程式的內部裡
nRF24L01
- 基于STM32的nRF24L01的驱动,实现了多发一收功能、自己反复测试整理的代码,希望对大家都有用。测试了固定长度收发(使用ACK及不使用ACK)、特别是可变长度收发(使用ACK及不使用ACK,以及使用带回传数据的ACK),其它地方找不到的代码。-Based on the STM32 nRF24L01 the drive to achieve a multi-function hair a close, finishing his repeated testing of the code, w
ww
- * PWM 控制 DC电机转速: * 一定要对本实验的原理搞清楚,实验用了两个定时器中断 * 在正向输出时T0中断输出低电平,T1输出高电平,T0的时间 * 是定死的,也就是说输出的方波波长是不变的,T1定的时间 * 是在T0中断程序里确定的,T1的时间永远小于或等于T0的 * 时间,T0使每隔固定时间使输出低,T1则输出高。 * 反向原理,类似 * fosc=6M * 利用定时器控制产生占空比可变的PWM波 * 按K1,PWM值增加,则占空比增加,电机转快
STM32PSI4463
- 基于STM32的SI4463的程序,分为收发两个部分,可变数据长度,可以设置发射功率,带RSSI-The SI4463 based STM32 program, divided into two parts transceivers, variable data length, you can set the transmit power, with RSSI
DMA_for_USART3
- STM32的USART3,通过DMA实现串口数据的接收和发送,接收长度可变,发送长度可变-STM32 USART3, realize serial port through the DMA data receiving and sending, receiving variable length and send the length variable
F469USART
- 在STM32F469上实现DMA方式收发UART数据的工程,可以收发不定长度的数据,相比较中断更为灵活。主要DMA部分的驱动代码已经封装-In the STM32F469 to achieve the DMA way to send and receive UART data engineering, can send and receive variable length of the data, compared to more flexible interrupt. The main DM
STM32F103RB_DMA_RX_TX
- //DMA串口发送\接收 //功能描述:可以通过按键进行串口DMA发送,两个按键分别发送不同的东西, //按键定义可以在key.c中查看,发送的长度可以在函数中修改 //串口接收长度可以通过变量RX_DATA_LENTH修改,串口接收后通过USART_SendData函数发送回去(//DMA serial send / receive Function Descr iption: / / can be sent through the serial port DMA keys, two
