资源列表
serial-communication
- 关于串口通信的,内容真实,全是干货,很有用,对单片机爱好者很有用-serial communication
7-TFTLCD-screen-test-model
- 7寸TFTLCD电容触摸屏模块测试代码,包含全部完整代码和说明。-7 TFTLCD capacitive touch screen module test
2.11-RTXLED
- 基于STM32,使用KEIL uVision,学习使用RTX操作系统的基本用法。-Based on STM32, using uVision KEIL, learning the use of RTX operating system.
PN532_NFC_elechouse
- PN532_NFC模块样例代码,使用方法以及API函数-PN532 NFC module code sample, using methods and API functions
OSC
- 利用STM32的内部温度传感器来显示温度值,并在TFTLCD模块上显示出来。-Use STM32 internal temperature sensor to display the temperature value and displayed on TFTLCD module.
ADC_DMA
- 一个多通道ADC转换DMA传输数据。程序是选择的通道0和通道1,各采集50次,然后滤波取其平均值,并发送到串口显示采样的电压值。-A multi-channel ADC conversion DMA transfer data. Program is selected channels 0 and 1, each collecting 50 times, then filtering the mean value, and sent to the serial display sampled v
skill
- 用于 cadence 的skill代码1. grid.il setq gridbase. 2.epsplot.il cellview_to_eps Plots a schematic to eps.3.contextinfo.il dumpContext context filename .4.abTable.il Read a waveform a file of numbers, and return it as a waveform object.5.match_and_copy.il s
main
- Main file to lcd pic c compiler
DFLIPFLOP
- 一个触发器,他的功能就是当clk是上升沿变化是,执行技术功能-A flip-flop, his function is to change when the clk rising edge, the implementation of the technical functions
Interrupt_GPIO
- 用于CCS的GPIO口的配置设置和中断设置,帮助更好地学习CCS软件-GPIO port configuration settings and interrupt settings for CCS, CCS software helps to better learning
BasicClock
- 用于CCS的基本时钟的设置,帮助更好地学习CCS软件-For the CCS base clock settings, to help better learn CCS software
am2301
- 项目开发中涉及到的AM2301温湿度源代码,到网上搜索了很多代码都不能用,时序错误。本代码是根据数据手册独立编写(注:其中的Thread就不要理了,是自己做的一个伪进程调度)MCU:stm32f103RB-Project involved AM2301 temperature and humidity sensors read the source code, according to the data sheet analysis independently code, has been us