-
static display 8,051 procedure will be preset in the display buffer of 6% corres...
静态显示8051程序,
将预置在显示缓冲区中的6个数置换成相应的显示字形,然后输出到显示器中显示。运行以上程序,数码管将显示543210。-static display 8,051 procedure will be preset in the display buffer of 6% corresponding number of replacement shows font, then the output to a monitor display. Run the above procedures, digital pipe to show 543,210.
- 2022-03-24 10:58:19下载
- 积分:1
-
at91rm9200例子代码,包括audio,basicboot,display,emac,flash,ide,rtc,uart,usb...
at91rm9200例子代码,包括audio,basicboot,display,emac,flash,ide,rtc,uart,usb-device,usb-host-at91rm9200 example code, including audio, basicboot. display, eMac, flash, ide, rtc, UART, USB-device, USB-host
- 2022-02-02 12:45:03下载
- 积分:1
-
HY29LV160的编程代码。包括整片擦除和从启始地址从写入数据。...
HY29LV160的编程代码。包括整片擦除和从启始地址从写入数据。-HY29LV160 of programming code. Including the whole film and erased from the initiation into the address from the data.
- 2022-03-25 09:12:47下载
- 积分:1
-
Mini STM32 示例代码
使用 min stm32 模块样品代码
SD card,USB,LED,ENC,CAn,SYSTIC,ADC,LCD,vb.
STM32 ucOS II V2.86 uCGUI 3.9 演示
- 2022-08-16 02:02:10下载
- 积分:1
-
stm32下实现adc 16通道检测代码例子,已经测试可以检测正确了
stm32下实现adc 16通道检测代码例子,已经测试可以检测正确了-adc 16 under stm32 channel detection code examples have been tested can detect the correct
- 2022-01-25 23:45:52下载
- 积分:1
-
samsungs3c4510doc 是其开发板的使用手册,非常好
samsungs3c4510doc 是其开发板的使用手册,非常好-samsungs3c4510doc development board is the user manual is very good
- 2022-03-19 18:53:15下载
- 积分:1
-
samsung companies S3C2410 development board details, PDF format containing the c...
三星公司S3C2410开发板详细资料,PDF格式包含电路图供比较。
- 2023-07-25 13:45:04下载
- 积分:1
-
dsp2812例程
很好的例程
包含sci 等外设
module i2c_master_model (scl, sda);
inout scl;
inout sda;
parameter slave_addr_reg = 7"b0110101; //slave addr
int i;
reg R_scl = 1"bz;
reg R_sda = 1"bz;
reg clk = 0;
always #(1329.1125) clk = !clk;
assign scl = R_scl;
assign sda = R_sda;
- 2022-08-04 02:55:17下载
- 积分:1
-
w5100源代码
..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
- 2022-03-16 23:32:46下载
- 积分:1
-
TI_F28335_Controlsuit_例程包
应用背景
TI的F28335芯片的Controlsuit例程包,基于CCStudio v5的开发
关键技术F28335的例程,包括SCI,spi,MCbsp等外设的例程,可做相关的demo板的测试。
- 2023-08-19 11:05:04下载
- 积分:1