资源列表
[单片机(51,AVR,MSP430等)] STM32--W5500-TCP-Server
说明:基于STM32F103和W5500,将W5500作为服务器,PC上位机作为客户端,进行数据交互。-STM32F103 and W5500, take the W5500 as a TCP server, data interactive with the remote PC<张文娟> 在 2025-01-19 上传 | 大小:812kb | 下载:0
[单片机(51,AVR,MSP430等)] main
说明:此文档主要是关于咖啡机开发的源代码,此文档主要是关于咖啡机开发的源代码-this word is about the coffee machine design,this word is about the coffee machine ,this word is about the coffee machine design<john> 在 2025-01-19 上传 | 大小:5kb | 下载:0
[单片机(51,AVR,MSP430等)] msp430f5438-0-300k-ceshi-frequency
说明:msp430f5438 测试方波频率测量测试程序,频率范围0-300kHz 使用内部数字时钟DOC,8MHz-The MSP430F5438 test of square wave frequency measurement procedures, the frequency range of 0-300kHz using the internal DOC clock, 8MHzmsp430f5438 test of square wa<zhuyipeng> 在 2025-01-19 上传 | 大小:33kb | 下载:0
[单片机(51,AVR,MSP430等)] 4_KEY_LED_Change_DCO
说明:MSP4300G2553单片机的CPU时钟来源于数控振荡器 DCO 。 CPU通过长延时控制P1.6的LED闪烁亮灭 。 单片机识别P1.3机械按键以后,改变DCO参数,依次设置为1M,8M,12M和16MHz,可观察到闪烁频率增加。-CPU clock source MSP4300G2553 microcontroller in the numerical control oscillator DCO. CPU by lo<林志浩> 在 2025-01-19 上传 | 大小:93kb | 下载:0
[单片机(51,AVR,MSP430等)] ADS1292R
说明:TI模拟前端芯片ADS1292R基于STM32的驱动程序。-The TI analog front end chip ADS1292R driver code based on STM32.<zphen> 在 2025-01-19 上传 | 大小:10kb | 下载:0
[单片机(51,AVR,MSP430等)] 5_Interrupt_Key_LED
说明:主函数 完成初始化设定后,休眠。 P1.3事件处理函数中,改写P1.0和P1.6输出状态。-The main function of complete initialization settings, dormancy. Function in the P1.3 event handling, rewriting the P1.0 and P1.6 output state.<林志浩> 在 2025-01-19 上传 | 大小:91kb | 下载:0
[单片机(51,AVR,MSP430等)] 6_PWM_LED
说明:TA(Timer_A定时器)可用于自动输出PWM而无需CPU干预。 编写PWM初始化、设定频率改写占空比的库函数文件TA _PWM.c。 主函数调用库函数TA0_PWM_Init()完成TA_PWM初 始化,然后休眠。 P1.3事件处理函数中,循环递增静态局部变量循环递增静态局部变量 Bright的值,并调用库函数TA0_PWM_SetPeriod()改写PWM占空比参数。-TA (Timer_A timer) can be<林志浩> 在 2025-01-19 上传 | 大小:152kb | 下载:0
[单片机(51,AVR,MSP430等)] 7_1_Breath_Lamp
说明:WDT定时器设置为16ms中断。 在WDT中断,循环递增/递减静态全局变量Bright,根据 Bright改写PWM占空比。-WDT timer 16ms interrupt. In the WDT interrupt, circulating the increment/decrement static global variables of Bright, according to Bright to rewrite the<林志浩> 在 2025-01-19 上传 | 大小:182kb | 下载:0
[单片机(51,AVR,MSP430等)] 7_2_Timer_Key_LED
说明:WDT定时器设置为16ms中断。 在WDT中断,记录下最近两次的IO状态存在KEY_Now和 KEY_Past中。根据前高后低可判断按键按下,前低后高可判断按键松开。 事件处理函数P13_Onclick()根据按键状态切换LED 亮灭 。-WDT timer 16ms interrupt. In the WDT interrupt, the presence of KEY_Now and KEY_Past record th<林志浩> 在 2025-01-19 上传 | 大小:92kb | 下载:0
[单片机(51,AVR,MSP430等)] 7_3_Key_Long_Short_Mealy
说明:WDT定时器设置为16ms中断。在WDT中断中,记录下最近两次的IO状态存在KEY_Now和KEY_Past中。根据前高后低可判断按键下,前低后高可判断按键松开,存入标志位Key_Dect中。 Key_Dect作为输入量,利用状态机函数Key_SM(),判断出短按键事件和长按键事件。分别调用各自事件处理函数进行处理。-WDT timer 16ms interrupt. In the WDT interrupt, the presen<林志浩> 在 2025-01-19 上传 | 大小:99kb | 下载:0
[单片机(51,AVR,MSP430等)] 7_4_Key_Long_Short_Moore
说明:WDT定时器设置为16ms中断。在WDT中断中,记录下最近两次的IO状态存在KEY_Now和KEY_Past中。根据前高后低可判断按键下,前低后高可判断按键松开,存入标志位Key_Dect中。 Key_Dect作为输入量,利用状态机函数Key_SM(),判断出短按键事件和长按键事件。分别调用各自事件处理函数进行处理。-WDT timer 16ms interrupt. In the WDT interrupt, the presen<林志浩> 在 2025-01-19 上传 | 大小:97kb | 下载:0
[单片机(51,AVR,MSP430等)] PTZ06_01
说明:利用mpu6050和stm32f407进行三轴云台控制,利用了flash,i2c,usart1和usart2,dma等模块,对三轴云台进行简单PID控制,参数设置,电机鸣叫等功能。-Mpu6050 and stm32f407 use three-axis PTZ control, use the flash, i2c, usart1 and usart2, dma module, a simple three-axis head PID<zacy> 在 2025-01-19 上传 | 大小:9.81mb | 下载:0