码迷,mamicode.com
首页 >  
搜索关键字:led gpio    ( 7981个结果
LPC43xx MCU PIN Name and GPIO PIN Name Table
//--------------------------------------------------------------------------------+// LPC43xx Pin Names, All pins defined. ...
分类:其他好文   时间:2015-09-12 16:08:15    阅读次数:210
linux模块驱动之led(ioremap)
一:led内核驱动 (1)在编写led内核驱动时,我们首先要进行内核裁剪,因为友善之臂将LED灯的驱动默认加载到内核中,所以编写模块驱动程序前就要先把原先的LED灯驱动裁剪掉; led驱动在源码里面的Device Drivers /Character devices目录下,进行完裁剪之后重新...
分类:系统相关   时间:2015-09-12 14:45:58    阅读次数:267
LPC4350 SGPIO Experimentation
LPC4350 SGPIO ExperimentationThe NXP LPC43xx microcontrollers have an interesting, programmable serial peripheral called the SGPIO (Serial GPIO).It co...
分类:其他好文   时间:2015-09-10 19:20:51    阅读次数:240
STM32F4 Timer External Clock TI2 Both Edges Demo
#define CLK_FREQ ( 10000 )#define CORE_FREQ ( 168000000 )static void TIM_GPIO_Config( void ){ GPIO_InitTypeDef GPIO_InitStructure; // Enable GP...
分类:其他好文   时间:2015-09-10 07:05:00    阅读次数:347
关于485接收不到字符串问题的深入分析
问题描述: ????最近碰到一个问题,stm32用485输出,但是只有输出,输入的数据stm32接收不到: 测试描述: ????测试485的dir口是 3.3v,悬空的话一般引脚电平是0或1电平;dir接的stm32的PC6,PC6用GPIO_...
分类:其他好文   时间:2015-09-09 13:36:32    阅读次数:259
STM32F4 SPI with DMA
STM32F4 SPI with DMAA few people have requested code, so I thought I’d post the code showing how I’ve configured my GPIO, timer, SPI, DMA and NVIC mod...
分类:其他好文   时间:2015-09-09 06:13:32    阅读次数:333
STM32 System and Timer Clock Configurations
STM32 System and Timer Clock ConfigurationsI've started writing some software to drive a series ofTLC5940 16 Channel LED Driverchips on anST STM32F407...
分类:其他好文   时间:2015-09-09 01:02:34    阅读次数:388
STM32 F4 GPIO Modes
STM32 F4 GPIO ModesGoal:creating a visual summary of GPIO configuration modes.The summary at the bottom shows the major configuration choices.Basic el...
分类:其他好文   时间:2015-09-08 23:34:19    阅读次数:298
pixhawk入门知识
Pixhawk是一种先进的自动驾驶仪,由PX4开放硬件项目设计和3D机器人制造。它具有来自ST公司先进的处理器和传感器技术,以及NuttX实时操作系统,能够实现惊人的性能,灵活性和可靠性控制任何自主飞行器。Pixhawk旗舰版模块将伴随着新的外设选项,包括数字空速传感器,外部多色LED指示灯支持和外...
分类:其他好文   时间:2015-09-06 20:02:54    阅读次数:625
Arduino 操作共阴极RGB LED
一.原理图二. 实物图三.完整事例代码
分类:其他好文   时间:2015-09-05 14:59:10    阅读次数:214
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!