-
STM32 步进电机控制程序
这个程序,适用于IAR-STM32F103ZE-SK 开发板,包括各端口编程、中断控制、LCD驱动及步进电机控制;
- 2022-05-08 19:41:43下载
- 积分:1
-
周立功提供的基于菲利普ARM的LPC2200微控制器的图形库源程序
周立功提供的基于菲利普ARM的LPC2200微控制器的图形库源程序-based Philips LPC2200 ARM Microcontrollers the graphics library source
- 2022-02-11 15:25:41下载
- 积分:1
-
ok2240 development board of the relevant documentation to all of us to understan...
ok2240开发板的相关文档说明,对大家理解ARM内部实现有用-ok2240 development board of the relevant documentation to all of us to understand the internal realization of useful ARM
- 2022-10-14 09:05:03下载
- 积分:1
-
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。...
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。-Please read them carefully before you write the document package to their specific functions (at least 20 words). As far as possible not to let the station to the time spent on your note on the amendment.
- 2022-08-13 09:40:00下载
- 积分:1
-
2015全国大学生电子设计四轴飞控代码
应用背景瑞萨芯片做MCU的飞控源代码,包含各个模块的代码。关键技术飞控包含mpu6050以及hmc5883l模块,IIC PWM输入捕获以及PWM输出,
- 2022-07-18 01:06:29下载
- 积分:1
-
Gigahertz and Terahertz Technologies for Broadband Communications
Gigahertz and Terahertz Technologies for Broadband Communications
- 2022-08-09 12:29:31下载
- 积分:1
-
Samsung 7" 800x480 LCD
Samsung 7" 800x480 LCD
- 2022-03-21 20:26:20下载
- 积分:1
-
开源plc STM32F103RBT6
开源plc STM32F103RBT6
STM32F103RBT6做PLC IPC板STM32开发板仿真软件源码三菱PLCFX1N
FX1N-16MR PLC程序
使用ARM STM32F103 RBT6工业级芯片。 最新兼容三菱PLC编程软件GX-8.86版本
直接下载软件GX-8.86版,在线监控,程序比较,程序读取。
diy自带PLC控制面板,实现原始性能
缩短您的开发时间Dashboard SCM流程,
还包括在线监控程序,非常容易调试。
开源PLC为您提供完整的PLC程序,包括PLC原理图
8输入/ 8点输出。
三菱协议支持下载,在线监控,连接触摸屏控制
- 2022-02-02 19:19:13下载
- 积分:1
-
MiniGUI在AT91RM9200上的移植,MiniGUI在AT91RM9200上的移植
MiniGUI在AT91RM9200上的移植,MiniGUI在AT91RM9200上的移植-AT91RM9200 MiniGUI in the transplant, MiniGUI on the AT91RM9200 transplant
- 2023-05-03 22:15:03下载
- 积分:1
-
ILI9320驱动程序
资源描述/* Includes ------------------------------------------------------------------*/
#include "ili9320.h"
#include "stm32f10x_lib.h"
#include "hardware.h"
#define jiedi_red_on {ili9320_Clear(BROWN);}
#define jiedi_green_on {ili9320_Clear(BROWN);}
/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
/* Private macro -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
static vu32 TimingDelay = 0;
GPIO_InitTypeDef GPIO_InitStructure;
ErrorStatus HSEStartUpStatus;
extern u8 gImage_11[];
/* Private function prototypes -----------------------------------------------*/
void RCC_Configuration(void);
void Int
- 2022-01-27 23:30:59下载
- 积分:1