-
新建工程模板
STM32新建工程模板,新学者可以参考修改,希望对初学者有帮助
- 2022-08-15 15:17:23下载
- 积分:1
-
基于STM32的LCD5110代码
基于库函数的LCD5110代码,已经封装好的函数,可直接使用,有基本的字库和一些汉字,可以自己添加汉字字库,使用方便。
基本函数有:
//lcd初始化
void LCD_init(void);
void LCD_write_byte(unsigned char dt, unsigned char command);
void LCD_set_XY(unsigned char X, unsigned char Y);
void LCD_clear(void);
//row:列 page:页 dd:字符
void LCD_write_shu(unsigned char row, unsigned char page,unsigned char c);
//row:列 page:页 dd:字符
void LCD_write_hanzi(unsigned char row, unsigned char page,unsigned char c);
void LCD_Derection(unsigned char row,unsigned char page,unsigned char der);
- 2022-01-28 02:51:31下载
- 积分:1
-
II2C 嵌入式arm
II2C 嵌入式arm-II2C embedded arm
- 2022-08-25 06:25:35下载
- 积分:1
-
arm 开发板流水灯代码(汇编, C语言)
ARM FS4412 开发板 点灯程序
流水灯的汇编以及C语言代码
- 2022-05-07 08:36:18下载
- 积分:1
-
一个在S3C2410开发板视频采集播放程序
一个在S3C2410开发板视频采集播放程序-S3C2410 development board in a video capture player
- 2022-02-20 07:59:59下载
- 积分:1
-
RICS multiple design example.verilog description.risc mcu
RICS multiple design example.verilog description.risc mcu
- 2022-07-02 17:31:37下载
- 积分:1
-
pci规范的v2.2版本,虽然可以在很多地方找到,但是这里好像没有....
pci规范的v2.2版本,虽然可以在很多地方找到,但是这里好像没有.-pci standard v2.2 version, although it may be found in many places, but not like here.
- 2022-09-06 19:20:03下载
- 积分:1
-
manual
三星arm的 手册-manual
- 2022-03-02 10:20:39下载
- 积分:1
-
1. The product is a commercial high
1.该产品是一个民用高速脱水机,机器最大容量为5公斤。
2.全自动波轮洗衣机的脱水转速为:8000-1000rpm。当脱水转速到达3200rpm时,化纤类衣物在夏天几乎可以直接穿了――非常干了。
3.该产品原来是德国的,他们采用交流感应电动机,我们无法实现――因为没有解决刹车的问题。高速下刹车的解决需要好的材料选择以及精确的设计。BLDC的刹车就好办了。
4.我的设计非常精简――1片MEGA48,6只75NF75,1只20A的桥――详细见电子元器件清单,成本只有不足30元。
5.请务必采用环形变压器!因为借助它的压降来分析的
6.同时提供的PCB以及电子元器件清单都是真实的,可以直接用(PCB上低端驱动中的一个三极管需要改为PNP!)-1. The product is a commercial high-speed dehydration machine, the machine maximum capacity of 5 kg.
2. Automatic Washing Machine for the dehydration speed :8000-1000rpm. When the dehydration speed reaches 3200rpm, the chemical fiber clothing to wear in the summer is almost directly- and very dry.
3. The product was originally German, and they use AC induction motor, we are unable to achieve- because there is no brake to solve the problem. High speed brakes to resolve the need for good material selection and precision design. BLDC brake on the easier to handle.
4. My design is very streamlined- 1 Pian MEGA48, 6 Zhi 75NF75, 1 Zhi 20A of the bridge- see
- 2022-09-07 10:10:02下载
- 积分:1
-
stm32串口发送例程
芯片是stm32f103,用串口1发送字符,用波特率115200,8位数据,无奇偶校验,无硬件流控制,
- 2022-03-26 11:44:51下载
- 积分:1