所在的文件夹是STM32F4xx_DSP_StdPeriph_Lib_V1.8.0/Project/STM32F4xx_StdPeriph_Examples/DCMI/DCMI_CameraExamp...
巨大八爪鱼 1-16 巨大八爪鱼 (点击/回复: 973/0)
 
【程序运行效果】
巨大八爪鱼 1-16 巨大八爪鱼 (点击/回复: 1229/3)
 
【示例1:高优先级中断屏蔽并清除低优先级中断】
#include <stm32f10x.h>
#define _BV(n) (1 << (n))
uint16...
巨大八爪鱼 1-15 巨大八爪鱼 (点击/回复: 1403/6)
 
每1位16进制数表示一个I/O端口。
1为10MHz推挽输出(推挽输出适合直接驱动)(复用为9)
2为2MHz推挽输出(复用为a)
3为50MHz推挽输出(复用为b)
5为10...
巨大八爪鱼 1-15 巨大八爪鱼 (点击/回复: 1326/4)
 
#include <stm32f10x.h>
#define _BV(n) (1 << (n))
uint8_t seg8[] = {0xc0, 0xf9, 0xa...
巨大八爪鱼 1-14 巨大八爪鱼 (点击/回复: 1199/5)
 
#include <stm32f10x.h>
#define _BV(n) (1 << (n))
#define SCL_1 GPIOB->BSRR = _B...
巨大八爪鱼 1-13 巨大八爪鱼 (点击/回复: 1317/8)
 
RT
巨大八爪鱼 1-13 巨大八爪鱼 (点击/回复: 1032/1)
 
#include <stm32f10x.h>
#define _BV(n) (1 << (n))
uint8_t n = 0;
uint8_t seg8[]...
巨大八爪鱼 1-11 巨大八爪鱼 (点击/回复: 1133/4)
 
#include <stm32f10x.h>
#define _BV(n) (1 << (n))
uint8_t n = 0;
uint8_t seg8[]...
巨大八爪鱼 1-11 巨大八爪鱼 (点击/回复: 1216/5)
 
【程序】
#include <stm32f10x.h>
#define _BV(n) (1 << (n))
uint8_t i = 0;
uint8_t...
巨大八爪鱼 1-10 巨大八爪鱼 (点击/回复: 1075/3)
 
#include <stm32f10x.h>
#define _BV(n) (1 << (n))
void delay(void)
{...
巨大八爪鱼 1-10 巨大八爪鱼 (点击/回复: 1406/9)
 
#include <stm32f10x.h>
#define _BV(n) (1 << (n))
uint8_t cnt = 0; // 匹配计数
uint8...
巨大八爪鱼 1-9 巨大八爪鱼 (点击/回复: 738/0)
 
下小雨
巨大八爪鱼 1-9 巨大八爪鱼 (点击/回复: 889/0)
 
#include <stm32f10x.h>
#define _BV(n) (1 << (n))
uint32_t data;
uint8_t seg8[]...
巨大八爪鱼 1-8 巨大八爪鱼 (点击/回复: 832/1)
 
【功能】
CLK按下时主触发器工作,松开时从触发器工作。
J=0, K=0保持
J=0, K=1置0
J=1, K=0置1
J=1, K=1翻转
红灯是1,...
巨大八爪鱼 1-8 巨大八爪鱼 (点击/回复: 718/2)
全站共有主题数34688个,帖子数197778篇。

内容转换:

©2010-2026 Arslanbar [手机版] [桌面版]
除非另有声明,本站采用知识共享署名-相同方式共享 3.0 Unported许可协议进行许可。