文件名称:tcs230_stm32
-
所属分类:
- 标签属性:
- 上传时间:2013-07-18
-
文件大小:6.27mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
tcs230颜色传感器,通过按键检测来实现白平衡,之后得出想要的rgb数据,用串口通信显示出来。-tcs230 color sensor detection to achieve balance through the button, then draw the desired rgb data, using serial communication displayed.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
tcs230_stm32/Lib/
tcs230_stm32/Lib/cmsis/
tcs230_stm32/Lib/cmsis/core_cm3.c
tcs230_stm32/Lib/cmsis/core_cm3.h
tcs230_stm32/Lib/cmsis/stm32f10x.h
tcs230_stm32/Lib/cmsis/system_stm32f10x.h
tcs230_stm32/Lib/inc/
tcs230_stm32/Lib/inc/misc.h
tcs230_stm32/Lib/inc/stm32f10x_adc.h
tcs230_stm32/Lib/inc/stm32f10x_bkp.h
tcs230_stm32/Lib/inc/stm32f10x_can.h
tcs230_stm32/Lib/inc/stm32f10x_cec.h
tcs230_stm32/Lib/inc/stm32f10x_crc.h
tcs230_stm32/Lib/inc/stm32f10x_dac.h
tcs230_stm32/Lib/inc/stm32f10x_dbgmcu.h
tcs230_stm32/Lib/inc/stm32f10x_dma.h
tcs230_stm32/Lib/inc/stm32f10x_exti.h
tcs230_stm32/Lib/inc/stm32f10x_flash.h
tcs230_stm32/Lib/inc/stm32f10x_fsmc.h
tcs230_stm32/Lib/inc/stm32f10x_gpio.h
tcs230_stm32/Lib/inc/stm32f10x_i2c.h
tcs230_stm32/Lib/inc/stm32f10x_iwdg.h
tcs230_stm32/Lib/inc/stm32f10x_pwr.h
tcs230_stm32/Lib/inc/stm32f10x_rcc.h
tcs230_stm32/Lib/inc/stm32f10x_rtc.h
tcs230_stm32/Lib/inc/stm32f10x_sdio.h
tcs230_stm32/Lib/inc/stm32f10x_spi.h
tcs230_stm32/Lib/inc/stm32f10x_tim.h
tcs230_stm32/Lib/inc/stm32f10x_usart.h
tcs230_stm32/Lib/inc/stm32f10x_wwdg.h
tcs230_stm32/Lib/src/
tcs230_stm32/Lib/src/misc.c
tcs230_stm32/Lib/src/stm32f10x_adc.c
tcs230_stm32/Lib/src/stm32f10x_bkp.c
tcs230_stm32/Lib/src/stm32f10x_can.c
tcs230_stm32/Lib/src/stm32f10x_cec.c
tcs230_stm32/Lib/src/stm32f10x_crc.c
tcs230_stm32/Lib/src/stm32f10x_dac.c
tcs230_stm32/Lib/src/stm32f10x_dbgmcu.c
tcs230_stm32/Lib/src/stm32f10x_dma.c
tcs230_stm32/Lib/src/stm32f10x_exti.c
tcs230_stm32/Lib/src/stm32f10x_flash.c
tcs230_stm32/Lib/src/stm32f10x_fsmc.c
tcs230_stm32/Lib/src/stm32f10x_gpio.c
tcs230_stm32/Lib/src/stm32f10x_i2c.c
tcs230_stm32/Lib/src/stm32f10x_iwdg.c
tcs230_stm32/Lib/src/stm32f10x_pwr.c
tcs230_stm32/Lib/src/stm32f10x_rcc.c
tcs230_stm32/Lib/src/stm32f10x_rtc.c
tcs230_stm32/Lib/src/stm32f10x_sdio.c
tcs230_stm32/Lib/src/stm32f10x_spi.c
tcs230_stm32/Lib/src/stm32f10x_tim.c
tcs230_stm32/Lib/src/stm32f10x_usart.c
tcs230_stm32/Lib/src/stm32f10x_wwdg.c
tcs230_stm32/Lib/startup/
tcs230_stm32/Lib/startup/arm/
tcs230_stm32/Lib/startup/arm/startup_stm32f10x_cl.s
tcs230_stm32/Lib/startup/arm/startup_stm32f10x_hd.s
tcs230_stm32/Lib/startup/arm/startup_stm32f10x_hd_vl.s
tcs230_stm32/Lib/startup/arm/startup_stm32f10x_ld.s
tcs230_stm32/Lib/startup/arm/startup_stm32f10x_ld_vl.s
tcs230_stm32/Lib/startup/arm/startup_stm32f10x_md.s
tcs230_stm32/Lib/startup/arm/startup_stm32f10x_md_vl.s
tcs230_stm32/Lib/startup/arm/startup_stm32f10x_xl.s
tcs230_stm32/MDK_Project/
tcs230_stm32/MDK_Project/output/
tcs230_stm32/MDK_Project/output/core_cm3.crf
tcs230_stm32/MDK_Project/output/core_cm3.d
tcs230_stm32/MDK_Project/output/core_cm3.o
tcs230_stm32/MDK_Project/output/ExtDll.iex
tcs230_stm32/MDK_Project/output/key.crf
tcs230_stm32/MDK_Project/output/key.d
tcs230_stm32/MDK_Project/output/key.o
tcs230_stm32/MDK_Project/output/key.__i
tcs230_stm32/MDK_Project/output/main.crf
tcs230_stm32/MDK_Project/output/main.d
tcs230_stm32/MDK_Project/output/main.o
tcs230_stm32/MDK_Project/output/main.__i
tcs230_stm32/MDK_Project/output/misc.crf
tcs230_stm32/MDK_Project/output/misc.d
tcs230_stm32/MDK_Project/output/misc.o
tcs230_stm32/MDK_Project/output/misc.__i
tcs230_stm32/MDK_Project/output/pa8.crf
tcs230_stm32/MDK_Project/output/pa8.d
tcs230_stm32/MDK_Project/output/pa8.o
tcs230_stm32/MDK_Project/output/pa8.__i
tcs230_stm32/MDK_Project/output/startup_stm32f10x_hd.d
tcs230_stm32/MDK_Project/output/startup_stm32f10x_hd.o
tcs230_stm32/MDK_Project/output/startup_stm32f10x_ld._ia
tcs230_stm32/MDK_Project/output/stm32f10x_adc.crf
tcs230_stm32/MDK_Project/output/stm32f10x_adc.d
tcs230_stm32/MDK_Project/output/stm32f10x_adc.o
tcs230_stm32/MDK_Project/output/stm32f10x_adc.__i
tcs230_stm32/MDK_Project/output/stm32f10x_bkp.crf
tcs230_stm32/MDK_Project/output/stm32f10x_bkp.d
tcs230_stm32/MDK_Project/output/stm32f10x_bkp.o
tcs230_stm32/MDK_Project/output/stm32f10x_bkp.__i
tcs230_stm32/MDK_Project/output/stm32f10x_can.crf
tcs230_stm32/MDK_Project/output/stm32f10x_can.d
tcs230_stm32/MDK_Project/output/stm32f10x_can.o
tcs230_stm32/MDK_Project/output/stm32f10x_can.__i
tcs230_stm32/MDK_Project/output/stm32f10x_cec.crf
tcs230_stm32/MDK_Project/output/stm32f10x_cec.d
tcs230_stm32/MDK_Project/output/stm32f10x_cec.o
tcs230_stm32/MDK_Project/output/stm32f10x_cec.__i
tcs230_stm32/MDK_Project/output/stm32f10x_crc.crf
tcs230_stm32/MDK_Project/output/stm32f10x_crc.d
tcs230_stm32/MDK_Project/output/stm32f10x_crc.o
tcs230_stm32/MDK_Project/output/stm32f10x_crc.__i
tcs230_stm32/MDK_Project/output/stm32f10x_dac.crf
tcs230_stm32/MDK_Project/output/stm32f10x_dac.d
tcs230_stm32/MDK_Project/output/stm32f10x_dac.o
tcs230_stm32/MDK_Project/output/stm32f10x_dac.__i
tcs230_stm32/MDK_Project/output/stm32f10x_dbgmcu.crf
tcs230_stm32/MDK_Project/output/stm32f10x_dbgmcu.d
tcs230_stm32/MDK_Project/output/stm32f10x_dbgmcu.o
tcs230_stm32/MDK_Project/output/stm32f10x_dbgmcu.__i
tcs230_stm32/MDK_Project/output/stm32f10x_dma.crf
tcs230_stm32/MDK_Project/output/stm32f10x_dma.d
tcs230_stm32/MDK_Project/output/stm32f10x_dma.o
tcs230_stm32/MDK_Project/output/stm32f10x_dma.__i
tcs230_stm32/MDK_Project/output/stm32f10x_exti.crf
tcs230_stm32/MDK_Project/output/stm
tcs230_stm32/Lib/cmsis/
tcs230_stm32/Lib/cmsis/core_cm3.c
tcs230_stm32/Lib/cmsis/core_cm3.h
tcs230_stm32/Lib/cmsis/stm32f10x.h
tcs230_stm32/Lib/cmsis/system_stm32f10x.h
tcs230_stm32/Lib/inc/
tcs230_stm32/Lib/inc/misc.h
tcs230_stm32/Lib/inc/stm32f10x_adc.h
tcs230_stm32/Lib/inc/stm32f10x_bkp.h
tcs230_stm32/Lib/inc/stm32f10x_can.h
tcs230_stm32/Lib/inc/stm32f10x_cec.h
tcs230_stm32/Lib/inc/stm32f10x_crc.h
tcs230_stm32/Lib/inc/stm32f10x_dac.h
tcs230_stm32/Lib/inc/stm32f10x_dbgmcu.h
tcs230_stm32/Lib/inc/stm32f10x_dma.h
tcs230_stm32/Lib/inc/stm32f10x_exti.h
tcs230_stm32/Lib/inc/stm32f10x_flash.h
tcs230_stm32/Lib/inc/stm32f10x_fsmc.h
tcs230_stm32/Lib/inc/stm32f10x_gpio.h
tcs230_stm32/Lib/inc/stm32f10x_i2c.h
tcs230_stm32/Lib/inc/stm32f10x_iwdg.h
tcs230_stm32/Lib/inc/stm32f10x_pwr.h
tcs230_stm32/Lib/inc/stm32f10x_rcc.h
tcs230_stm32/Lib/inc/stm32f10x_rtc.h
tcs230_stm32/Lib/inc/stm32f10x_sdio.h
tcs230_stm32/Lib/inc/stm32f10x_spi.h
tcs230_stm32/Lib/inc/stm32f10x_tim.h
tcs230_stm32/Lib/inc/stm32f10x_usart.h
tcs230_stm32/Lib/inc/stm32f10x_wwdg.h
tcs230_stm32/Lib/src/
tcs230_stm32/Lib/src/misc.c
tcs230_stm32/Lib/src/stm32f10x_adc.c
tcs230_stm32/Lib/src/stm32f10x_bkp.c
tcs230_stm32/Lib/src/stm32f10x_can.c
tcs230_stm32/Lib/src/stm32f10x_cec.c
tcs230_stm32/Lib/src/stm32f10x_crc.c
tcs230_stm32/Lib/src/stm32f10x_dac.c
tcs230_stm32/Lib/src/stm32f10x_dbgmcu.c
tcs230_stm32/Lib/src/stm32f10x_dma.c
tcs230_stm32/Lib/src/stm32f10x_exti.c
tcs230_stm32/Lib/src/stm32f10x_flash.c
tcs230_stm32/Lib/src/stm32f10x_fsmc.c
tcs230_stm32/Lib/src/stm32f10x_gpio.c
tcs230_stm32/Lib/src/stm32f10x_i2c.c
tcs230_stm32/Lib/src/stm32f10x_iwdg.c
tcs230_stm32/Lib/src/stm32f10x_pwr.c
tcs230_stm32/Lib/src/stm32f10x_rcc.c
tcs230_stm32/Lib/src/stm32f10x_rtc.c
tcs230_stm32/Lib/src/stm32f10x_sdio.c
tcs230_stm32/Lib/src/stm32f10x_spi.c
tcs230_stm32/Lib/src/stm32f10x_tim.c
tcs230_stm32/Lib/src/stm32f10x_usart.c
tcs230_stm32/Lib/src/stm32f10x_wwdg.c
tcs230_stm32/Lib/startup/
tcs230_stm32/Lib/startup/arm/
tcs230_stm32/Lib/startup/arm/startup_stm32f10x_cl.s
tcs230_stm32/Lib/startup/arm/startup_stm32f10x_hd.s
tcs230_stm32/Lib/startup/arm/startup_stm32f10x_hd_vl.s
tcs230_stm32/Lib/startup/arm/startup_stm32f10x_ld.s
tcs230_stm32/Lib/startup/arm/startup_stm32f10x_ld_vl.s
tcs230_stm32/Lib/startup/arm/startup_stm32f10x_md.s
tcs230_stm32/Lib/startup/arm/startup_stm32f10x_md_vl.s
tcs230_stm32/Lib/startup/arm/startup_stm32f10x_xl.s
tcs230_stm32/MDK_Project/
tcs230_stm32/MDK_Project/output/
tcs230_stm32/MDK_Project/output/core_cm3.crf
tcs230_stm32/MDK_Project/output/core_cm3.d
tcs230_stm32/MDK_Project/output/core_cm3.o
tcs230_stm32/MDK_Project/output/ExtDll.iex
tcs230_stm32/MDK_Project/output/key.crf
tcs230_stm32/MDK_Project/output/key.d
tcs230_stm32/MDK_Project/output/key.o
tcs230_stm32/MDK_Project/output/key.__i
tcs230_stm32/MDK_Project/output/main.crf
tcs230_stm32/MDK_Project/output/main.d
tcs230_stm32/MDK_Project/output/main.o
tcs230_stm32/MDK_Project/output/main.__i
tcs230_stm32/MDK_Project/output/misc.crf
tcs230_stm32/MDK_Project/output/misc.d
tcs230_stm32/MDK_Project/output/misc.o
tcs230_stm32/MDK_Project/output/misc.__i
tcs230_stm32/MDK_Project/output/pa8.crf
tcs230_stm32/MDK_Project/output/pa8.d
tcs230_stm32/MDK_Project/output/pa8.o
tcs230_stm32/MDK_Project/output/pa8.__i
tcs230_stm32/MDK_Project/output/startup_stm32f10x_hd.d
tcs230_stm32/MDK_Project/output/startup_stm32f10x_hd.o
tcs230_stm32/MDK_Project/output/startup_stm32f10x_ld._ia
tcs230_stm32/MDK_Project/output/stm32f10x_adc.crf
tcs230_stm32/MDK_Project/output/stm32f10x_adc.d
tcs230_stm32/MDK_Project/output/stm32f10x_adc.o
tcs230_stm32/MDK_Project/output/stm32f10x_adc.__i
tcs230_stm32/MDK_Project/output/stm32f10x_bkp.crf
tcs230_stm32/MDK_Project/output/stm32f10x_bkp.d
tcs230_stm32/MDK_Project/output/stm32f10x_bkp.o
tcs230_stm32/MDK_Project/output/stm32f10x_bkp.__i
tcs230_stm32/MDK_Project/output/stm32f10x_can.crf
tcs230_stm32/MDK_Project/output/stm32f10x_can.d
tcs230_stm32/MDK_Project/output/stm32f10x_can.o
tcs230_stm32/MDK_Project/output/stm32f10x_can.__i
tcs230_stm32/MDK_Project/output/stm32f10x_cec.crf
tcs230_stm32/MDK_Project/output/stm32f10x_cec.d
tcs230_stm32/MDK_Project/output/stm32f10x_cec.o
tcs230_stm32/MDK_Project/output/stm32f10x_cec.__i
tcs230_stm32/MDK_Project/output/stm32f10x_crc.crf
tcs230_stm32/MDK_Project/output/stm32f10x_crc.d
tcs230_stm32/MDK_Project/output/stm32f10x_crc.o
tcs230_stm32/MDK_Project/output/stm32f10x_crc.__i
tcs230_stm32/MDK_Project/output/stm32f10x_dac.crf
tcs230_stm32/MDK_Project/output/stm32f10x_dac.d
tcs230_stm32/MDK_Project/output/stm32f10x_dac.o
tcs230_stm32/MDK_Project/output/stm32f10x_dac.__i
tcs230_stm32/MDK_Project/output/stm32f10x_dbgmcu.crf
tcs230_stm32/MDK_Project/output/stm32f10x_dbgmcu.d
tcs230_stm32/MDK_Project/output/stm32f10x_dbgmcu.o
tcs230_stm32/MDK_Project/output/stm32f10x_dbgmcu.__i
tcs230_stm32/MDK_Project/output/stm32f10x_dma.crf
tcs230_stm32/MDK_Project/output/stm32f10x_dma.d
tcs230_stm32/MDK_Project/output/stm32f10x_dma.o
tcs230_stm32/MDK_Project/output/stm32f10x_dma.__i
tcs230_stm32/MDK_Project/output/stm32f10x_exti.crf
tcs230_stm32/MDK_Project/output/stm
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.