-
使用STM32控制无源蜂鸣器发声播放音乐
利用GPIO控制无源蜂鸣器发声,播放音乐。使用SysTick延时,使用位带操作寻址IO口引脚。(GPIO is used to control the voice of passive buzzer and play music. Use SysTick delay, use bit band operation to address IO pins.)
- 2020-06-17 10:20:02下载
- 积分:1
-
LCD
一款基于SED1335的液晶驱动程序,用C编写,适合初学者借鉴!(One based on the SED1335 LCD driver, written in C, suitable for beginners learn!)
- 2013-08-14 10:15:43下载
- 积分:1
-
BMS---4-v2
英飞凌BMS解决方案C语言程序源码及使用说明(Infineon BMS solutions C language program source code and instructions for use)
- 2013-03-26 12:00:29下载
- 积分:1
-
GrOrderedSet
Removes the item indicated by an iterator. The iterator will not be valid afterwards.
- 2015-07-20 21:52:26下载
- 积分:1
-
Arduino_Lab24
Arduino Lab24 projects
- 2018-05-11 14:00:41下载
- 积分:1
-
fer1
$regfile = M8DEF.dat internal crystal 8000000
Config Lcdpin = Pin , Db4 = Portc.1 , Db5 = Portc.2 , Db6 = Portc.3 , Db7 = _
Portc.4 , E = Portd.2 , Rs = Portd.3
Config Lcd = 16 * 2
Config Timer1 = Counter , Edge = Rising
Ddrb.1 = 0 : Portb.1 = 1 PULL UP RESISTOR ACTIVATED
Config Timer0 = Timer , Prescale = 1024
Enable Counter1
Enable Interrupts
Enable Timer0
Enable Timer1
On Ovf1 Pulsecount
On Ovf0 Ovf0occures
Dim A As Long , I As Long , B As Byte
B = 0
Cls
Start Timer0
Do
Loop
End end program
Ovf0occures:
Incr I
If I > 30 Then
Stop Timer0
Cls : Home
A = B * 65536
A = A + Counter1
Lcd FREQ IS : A HZ
B = 0
I = 0 : Counter1 = 0
Start Timer0
End If
Return
Pulsecount:
Incr B
Counter1 = 0
Return
- 2014-11-22 01:04:48下载
- 积分:1
-
LCD1602
ARM7开发板,lpc2378芯片,LCD1602的驱动程序(ARM7board lpc2378 lcd1602driver)
- 2021-01-06 11:18:53下载
- 积分:1
-
stm32f407-encoder
这是基于stm32f407的编码器程序,能够实现单片机对编码器的控制并把数据用串口发回电脑(This is the code based on stm32f407 to control encoder and return the data to pc
when succeed)
- 2020-10-13 15:47:33下载
- 积分:1
-
F500_Flash_Test
C8051f500 Flash读写擦除操作(C8051f500 Flash read and write erase operation)
- 2012-06-26 14:32:01下载
- 积分:1
-
STM32-control-CC1101
STM32控制CC1101发送接收的源代码,可通过串口调试工具查看接收到的数据。(STM32 control CC1101 transmit and receive the source code, can be received through the serial port debugging tool to view the data.)
- 2020-11-09 11:19:47下载
- 积分:1