搜索资源列表
Circuit_02
- Arduino 开源硬件开发板实验代码二 电位计控制LED闪烁频率- Measure the position of a potentiometer and use it to control the blink rate of an LED. Turn the knob to make it blink faster or slower!
AtomCNC
- 经典开源多轴联动AVR步进电机运动控制程序,包括G代码处理、主轴控制、限位开关控制等子程序-AVR CNC controller with Gcode
Marlin-1.1.0Serial1
- 基于Marlin1.1.0的开源版本增加了Serial1串口,来实现双串口信号输入输出,方便接入触摸屏控制而不受原架构Serial0的局限和干扰(The open source version of Marlin1.1.0 adds Serial1 serial port to realize dual serial port signal input and output, which is easy to access touch screen control without the lim
STM32两轮自平衡小车
- 基于stm32f103的两轮自平衡小车,采用多串级pid控制算法,适合初学者入门的开源代码。