资源列表
stm32_soldering_iron_controller-master
- 使用stm32控制的T12焊台源代码,来自网海(Source Code of T12 Welding Platform Controlled by stm32)
跑马灯源码
- 跑马灯源码,STM32F1x的都可以用,DS0和DS1会交替闪烁。使用Keil作为开发环境,ST-Link为下载器
EZ-FET开源资料
- MSP-EXP430F5529LP资料\EZ-FET开源资料(MSP-EXP430F5529LP Data, EZ-FET Open Source Data)
MPU6050 卡曼尔
- mpu6050相关的测试程序和iic程序及卡曼尔滤波程序的源码。
摄像头OV7670 探索者+物体检测
- 摄像头OV7670+ 探索者stm32f407+物体检测,对图像二值化后,进行一些简单的图像处理,找出物体的边沿。(Camera OV7670 + Explorer stm32f407 + object detection, after image binarization, some simple image processing is carried out to find the edge of the object.)
威纶通与51单片机通讯示例
- 01.03.05.06码进行读写,实现触摸屏按钮和数字输入通过485在实验板上显示数字,和点亮LED(01.03.05.06 code for reading and writing,)
使用stm32输出PWM控制电机
- 使用stm32输出PWM波,控制电机转速,可以应用到使用电机的DIY场合。
贪吃蛇游戏
- 此游戏是在STM32F407上开发的一款简易版贪吃蛇游戏,具有设置功能,可以调节蛇与食物颜色,还具有调节声音,暂停等功能。(This game is a simple version of Snake Eating game developed on STM32F407. It has setting function, can adjust the color of snake and food, and also has the functions of adjusting sound an
定时器门铃设计
- 关键字:keil,51单片机,C语言,定时器T0实现。 Keyword:keil,51 Single Chip Microcomputer, C Language, Timer T0 Implementation.
fm3_dual_ethernet_rt-thread
- 富士通 FM3 系列双网口驱动 rt-thread 嵌入式实时系统 框架程序(Fujitsu FM3 Series RT-thread Embedded Real-time System Framework Program Driven by Dual-Port)
RH850F1L_sample.part1
- 对于初学RH850F1L芯片的人来说是很好的资料,一些简单的使用例程。(RH850F1L chip for beginners is a good information, some simple use routines.)
stm32f10x串口固件升级IAP(附加usb虚拟串口)
- 在原有的stm32的串口iap功能的基础上增加了USB虚拟串口功能,这样就可以直接用usb接口连接pc进行固件下载