-
DA14580_DIALOG_BEACONS
基于DA14580实现的Beacon project(Dialog Beacon project source code)
- 2021-03-17 16:09:21下载
- 积分:1
-
EXTI_Configuration(void)
STM32F103C8T6自编简单中断程序,以及中断优先级,每行代码都有中文注释,十分好理解(void EXTI_Configuration(void)
{
EXTI_InitTypeDef EXTI_InitStructure
EXTI_ClearITPendingBit(EXTI_Line8)
GPIO_EXTILineConfig(GPIO_PortSourceGPIOB, GPIO_PinSource8)
EXTI_InitStructure.EXTI_Line EXTI_Line8
EXTI_InitStructure.EXTI_Mode EXTI_Mode_Interrupt
EXTI_InitStructure.EXTI_Trigger EXTI_Trigger_Falling
EXTI_InitStructure.EXTI_LineCmd ENABLE
EXTI_Init(&EXTI_InitStructure)
})
- 2017-01-02 12:45:52下载
- 积分:1
-
MSP430G2553_ADC
基于msp430g2553单片机的ADC数据采集程序,同时将采集到的数据存入到flash中,并且可以通过串口发送数据。是不可多得的430代码模板。(Based msp430g2553 microcontroller ADC data collection procedures, and the collected data are stored into the flash memory, and can send data through the serial port. Is a rare 430 code templates.)
- 2021-01-29 22:58:36下载
- 积分:1
-
hw-master-v1.0.6
foxBMS开发代码,德国的开源BMS开发共享平台,GITHUB搬运(foxBMS code, from foxBMS in Germany, which is open source on Github)
- 2018-11-22 17:18:18下载
- 积分:1
-
威纶通与51单片机通讯示例
01.03.05.06码进行读写,实现触摸屏按钮和数字输入通过485在实验板上显示数字,和点亮LED(01.03.05.06 code for reading and writing,)
- 2020-06-23 07:40:02下载
- 积分:1
-
IS62WV12816BLL-SRAM-Board
IS62WV12816BLL SRAM 模組版的電路圖及相關資料,及STM32的Source Code(IS62WV12816BLL SRAM module version of the circuit diagrams and related information, and the STM32 Source Code)
- 2014-02-04 17:57:18下载
- 积分:1
-
F4DISCO CDC USB example
说明: STM32F4 Discovery CDC USB example
- 2020-07-15 18:51:53下载
- 积分:1
-
STM32-startup
STM32启动文件分析注释 startup (STM32 startup)
- 2012-03-13 13:10:35下载
- 积分:1
-
ts_testhao
哈工大嵌入式实验,基于ARM写一个简单计算器的实验,(HIT the embedded experiment, based on the ARM write a simple calculator experimental)
- 2016-02-09 04:33:01下载
- 积分:1
-
STM32_ADC
STM32 ADC 例程,有DMA通道数据传输模式,有中断模式等。(STM32 ADC routines, and DMA channel data transfer mode, a disruption of pattern and so on.)
- 2021-04-06 23:19:02下载
- 积分:1