资源列表
avr
- 一个GYM900C的,avr单片机DEMO程序,希望对大家有帮助,具有借鉴意义-A GYM900C, avr microcontroller DEMO procedures, hope to help everyone, has the reference significance
Digital-signal-processing-code
- 胡广书数字信号处理第三版源代码,包含所有例程。分章节排序,清晰明了-Hu Guang third edition of the book digital signal processing source code, including all routines. Sub-chapters sort, clarity
OLED_I2C
- SSD1306 128*64 0.96 OLED I2C dirver- void I2C_Int(void) { GPIO_InitTypeDef GPIO_InitStructure //éùÃ ÷ò» ¸ ö GPIO_InitStructure½ á11ìå GPIO_InitStructure.GPIO_Pin I2C_SCL|I2C_SDA //Ñ ¡ Ô ñ ò
EXTI_Configuration(void)
- STM32F103C8T6自编简单中断程序,以及中断优先级,每行代码都有中文注释,十分好理解-void EXTI_Configuration(void) { EXTI_InitTypeDef EXTI_InitStructure EXTI_ClearITPendingBit(EXTI_Line8) GPIO_EXTILineConfig(GPIO_PortSourceGPIOB, GPIO_PinSource8) EXTI_InitStructure
GPIO_Configuration(void)
- STM32F103C8T6自编简单GPIO程序,引用库函数-void RCC_Configuration(void) { SystemInit() RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB,ENABLE) } void GPIO_Configuration(void) { GPIO_InitTypeDef GPIO_InitStructure GPIO_InitStruc
I2C_Configuration(void)
- STM32F103C8T6,GPIO端口模拟I2C通讯,简单易行-void I2C_SDA_OUT(void) { GPIO_InitTypeDef GPIO_InitStructure GPIO_InitStructure.GPIO_Pin I2C_SDA GPIO_InitStructure.GPIO_Speed GPIO_Speed_50MHz GPIO_InitStructure.GPIO_Mode GPIO_Mode_Out_PP
SPI_Configuration(void)
- STM32F103C8T6,自编SPI通信程序,适合初学者-void SPI_Configuration(void) { SPI_InitTypeDef SPI_InitStructure GPIO_InitTypeDef GPIO_InitStructure GPIO_InitStructure.GPIO_Pin GPIO_Pin_5|GPIO_Pin_6|GPIO_Pin_7 GPIO_InitStructure.GPIO_Speed GPIO_Speed
LPC2124_GSM
- LPC2124 send Message Using Sim300 with Proteus
SPI-max7221
- LPC2124 interface SPI Based Max7221 with Proteus
bq40z60flash_config_file
- TI 公司的bq40z60锂电源管理芯片配置文件,-a config file of bq40z60 battery management
1278979PWM
- 通过32的定时器产生六路pwn,每一个pwn独立可调脉冲占空比。而且还增加了按键控制-Through the timer 32 to produce six pwn, each pwn independently adjustable pulse duty cycle. But also increased the key control
LED
- 基于51单片机上的LED闪烁功能教程,供初学者实验-Based on LED flashes on the microcontroller features 51 tutorials for beginners to experiment
