-
基于STM32的简易示波器
资源描述 基于STM32F103RCT6制作的一个简易数字示波器,测量频率0~5kHz,在输入处注意需要加一个加法器,防止输入信号打坏单片机A/D转换器,使得被测信号范围限制在0~3.3V之内。
- 2022-05-09 02:33:08下载
- 积分:1
-
这是关于嵌入式编程的一本关于应该注意什么样的问题的小册子,此时前辈的经验精华,好好消化:)...
这是关于嵌入式编程的一本关于应该注意什么样的问题的小册子,此时前辈的经验精华,好好消化:)-on embedded programming on the one should pay attention to what kind of the booklet, now experience the essence of the older generation, properly digest :)
- 2022-07-05 02:30:59下载
- 积分:1
-
Week Ligong LPC2200 board UCOSii Chapter III of the first two experiments
周立功LPC2200实验板第三章UCOSii的前两个实验-Week Ligong LPC2200 board UCOSii Chapter III of the first two experiments
- 2022-02-22 02:05:04下载
- 积分:1
-
embedded C
详细讲述了嵌入式C编程,开发工具等,对嵌入式的开发入门很有帮助-embedded C
- 2022-10-27 06:00:04下载
- 积分:1
-
步进电机控制主机程序,与步进电机控制副机程序配合使用。
步进电机控制主机程序,与步进电机控制副机程序配合使用。-stepper motor control mainframe procedures, and stepper motor control deputy with the use of aircraft procedures.
- 2023-04-02 05:35:03下载
- 积分:1
-
2410、广告环境下的UART通信例程
2410,ads环境下的uart通讯例程-2410, ads Environment UART communication routines
- 2022-03-26 09:32:32下载
- 积分:1
-
一种触摸按键驱动芯片的驱动代码与HL5239兼容。使用中断方式进行按键触发信息接收...
一种触摸按键驱动芯片的驱动代码与HL5239兼容。使用中断方式进行按键触发信息接收-A touch button driver driver chip code-compatible with the HL5239. Approach to the use of interrupt trigger button to receive information
- 2022-02-14 02:52:36下载
- 积分:1
-
Thermometer with the 51 series MCU to complete the design, using a three button...
用51系列单片机完成温度计设计,采用的三个按键的设计。-Thermometer with the 51 series MCU to complete the design, using a three button design.
- 2022-08-09 15:41:02下载
- 积分:1
-
STM32- 串口通信
资源描述野火STM32例程,配置STM32的USART收发数据,初学者必看实用例程
- 2022-12-27 07:05:03下载
- 积分:1
-
MSP430以软件IIC方式读写HMC5883
**********************************************************************
初始化 IIC
**********************************************************************/
void InitIIC()
{
IIC_DIR |= IIC_SCL; //SCL 管脚为输出
IIC_DIR &= ~IIC_SDA; //SDA 管脚为输入
C_SCL;
Stop();
}
/****************************
- 2022-03-25 00:49:26下载
- 积分:1