-
LED-3D-POV
stm32的3d led旋转显示器
main(void)
{
u16 speed=0
System_Init()
/*
/////test/////
int i=0
for(i=0 i<512 i+=2){
Image[i]=0xff
}
*/
while(1){
speed=(CoderData.Speed/64)
//HC595X8(speed,Image)
if(speed==0) speed=1000
if(speed<5000) HC595X8(speed,Image)
}
}
void System_Init(void){
CoderInit()
HC595Init()
}(stm32 LED 3D POV
main(void)
{
u16 speed=0
System_Init()
/*
/////test/////
int i=0
for(i=0 i<512 i+=2){
Image[i]=0xff
}
*/
while(1){
speed=(CoderData.Speed/64)
//HC595X8(speed,Image)
if(speed==0) speed=1000
if(speed<5000) HC595X8(speed,Image)
}
}
void System_Init(void){
CoderInit()
HC595Init()
})
- 2020-12-23 12:29:08下载
- 积分:1
-
MisTest
弹头温度检测程序,通过检测光纤的熔断判断弹头表面的温度情况。(Warhead temperature detection program, by detecting the optical fiber fusing surface temperatures judgment warhead.)
- 2014-11-21 21:40:22下载
- 积分:1
-
CPPpersonal-book-management-code
最简单的个人图书管理系统。可以实现图书名、作者名、出版社、阅读状态等内容的输入和显示。具有最简单的搜索功能,以及将搜索结果保存至一个txt文档等。适合C++初学者。(The most simple personal library management system. Can book name, author name, publisher, read the status of the input and display content. With the most simple search function, and save the search results to a txt documents. Suitable C++ beginners.)
- 2013-11-26 03:47:40下载
- 积分:1
-
Esp8266-WiFi_USART
可以实现ESP8266远程控制,AP,station和AP+station模式,手机和STM32f103开发板通信。(ESP8266 can achieve remote control, AP, station and AP+station mode, the phone and STM32f103 development board communications.)
- 2021-01-08 09:38:51下载
- 积分:1
-
EEPROM
本系统是基于mega16的EEPROM的读写,程序可靠!(The system is based on the mega16 the EEPROM read and write, program and reliable!)
- 2011-07-08 18:14:03下载
- 积分:1
-
RC531
RC531程序,对ISO14443的支持,射频驱动(ISO14443A.C RC531)
- 2011-09-05 15:33:34下载
- 积分:1
-
winform 自定义进度条控件 源码 EasyProgressBar
winform 自定义进度条控件 源码 EasyProgressBar
- 2014-06-17下载
- 积分:1
-
Intervalodetempocorrigido
Intervalo de tempo corrigido
- 2010-01-05 05:24:56下载
- 积分:1
-
zlash-1.0-setup
ActionScript decompiler / compiler for Flash .swf files
- 2013-08-10 03:52:13下载
- 积分:1
-
GEAR
吉尔算法积分一阶微分方程组初值问题的C语言描述,包括主函数、计算微分方程组中各方程右端函数值的函数程序、计算雅克比矩阵的函数程序、矩阵求逆程序等。(GEAR algorithm integral first order differential equations initial value problem of the C language description, including the main function to calculate the differential equations in the equation right function value function procedures, functions Jacobian matrix calculation procedures, matrix inversion procedures.)
- 2021-03-08 11:29:28下载
- 积分:1