资源列表
msp430x54xA_1
- Code for MSP430 by Texas
1.ADC-Serial
- STC12C5A60S2单片机P1口ADC模数转换程序,通过串行口输出到电脑终端监控,电脑终端发送“0”,返回第一通道转换值。(STC12C5A60S2 microcontroller P1 port ADC analog-to-digital conversion process, through the serial port output to the computer terminal monitoring, the computer terminal to send "0&q
TCP_Server
- esp8266实现TcpServer功能(Esp8266 implementation of the TcpServer function)
Schlib1
- altium pcb schematic library for led uv
小车转向
- 接收两个车轮的速度差反馈给舵机,利用舵机控制小车转向(Steering the car with steering gear)
Delay
- 单片机延时程序,可以延时us,ms,s。基于单片机C8051F的,晶振频率是22.1184MHz(SCM delay program, you can delay us, MS, S. Based on SCM C8051F, crystal frequency is 22.1184MHz)
单键控制七彩跳变-义隆单片机汇编程序
- 义隆单片机单键控制七彩跳变汇编程序,按一下开关改一种色彩,在断电时保持上一状态。(Elan microcontroller control colorful jump assembler, press the switch to change a color, keep a state in power.)
Arduino
- Arduino例程,其中包含了各类初始化及基本使用方法(Arduino Which contains a variety of initialization and basic use of the method)
例程Arduino
- Arduino例程,其中包括了各类初始化及使用方法(Arduino routines, which include various types of initialization and use)
12864简易显示源码
- 12864简易显示源码,简单汉字显示,仅供参考(12864 simple display source code, simple Chinese characters display, for reference only)
OLED12864
- *memory为图像显存 *在中断中不断的调用setimg()函数将图形映射进显存 *在while中不断的使用GlobalRefresh()函数进行全局刷新 *以此来达到动态刷新的目的 *代码以实测,刷新率可观 *本代码只是单纯的OLED12864的代码(OLED12864 dynamic refresh)
IIC
- stm8读取温湿度传感器程序,i2c直接读取数值,可直接复制使用!(IIC_SendByte((i2c_addr<<1)|0); IIC_RecvACK(); IIC_SendByte(reg_addr);)