资源列表
control_DOBPos2
- this is arduino due code. im using rotary encoder on motor shaft and for add/reduce set point. the motor rotary encoder assigned in pin 2 and 3 arduino
ESP8266_RTOS_SDK-1.5-project_template
- 将乐鑫官方提供的SDK工程裁剪为一个工程模板。其他的功能均可在这个基础上添加实现。属于空工程。(Lok Xin official SDK project will be cut into a project template. Other features can be added on this basis. Belong to the empty project.)
stm32f4_project-读取波形
- 该程序基于STM32F4,实现读取波形的功能(The program is based on STM32F4 to realize the function of reading the waveform)
cortexamigafloppyemulator_v105a
- Updated cortex firmware for the gotek floppy drive hardware usb emulator
HC595驱动8位led的8051程序
- 51单片机通过HC595驱动8位数码管,用STC单片机实测可用(51 MCU drives 8 bit digital tubes through HC595)
DS1302_digitaltube
- arduino控制ds1302 读写数据(control ds1302 by arduino to write and read data)
DS1302时钟+DS18B20+LCD1602
- DS1302时钟+DS18B20+LCD1602 (实时时钟芯片 读取温度并在LCD上显示)(DS1302 clock +DS18B20+LCD1602 (real-time clock chip reads the temperature and displays on LCD))
Final20170823OK(micro)_Doing
- STM32 串口读取传感器数据并保存(STM32 serial port read sensor data and save)
AVR-master
- avr code for ATmega32 based board. Code is in Assembly and C.
AVR-Keyboard-master
- USB Keyboard firmware for Atmel AVR microcontrollers.
nRF905-master
- nrf905 firmware and drivers
STM32 的4路互补pwm
- 使用keil5编写的STM32输出四路互补的PWM,适配正点原子的mini版,同样是为电赛逆变系统做的准备。通过定时器的输出比较模式,在PC6~PC9,输出4路PWM,每路PWM频率为500Hz,占空比为50%,每一路PWM相位差为45°(The STM32 output four complementary PWM, which is written in keil5, is suitable for the mini version of the positive point atom, w