资源列表
lab1
- Lib for MAX31865 use STM32F051c8t6
农业大棚
- 实现通过继电器控制卷帘升降,监测大棚内的温湿度(Realize the control of roller shutter lifting by relay, monitor the temperature and humidity in the greenhouse)
STM8L152_Blink
- stm8l152闪灯程序,VSCODE开发环境。
s5pv210_hardwear_all_in_onePacket
- 内含基于s5pv210对nandFlash,lcd,rtc,timer,key,adc,pwm,iic,ac97等硬件模块裸机代码,全部裸机功能经过整合成小型裸机程序,具有图形化界面,可通过7寸触摸屏图形界面切换和使用各个模块功能-Containing s5pv210 of nandFlash, LCD, RTC, timer, key, ADC, PWM, IIC and other hardware module bare metal code based on, all bare meta
STM32-fre-measuring
- stm32测频程序,带有串口通信功能,利用stm32的测频端口,自动测频。-stm32 frequency measuring
NUC100SeriesBSP_CMSIS_v1.02.002
- 芯唐NUC100系列底层程序,各种硬体驱动都有了!-This is code of Nuvoton NUC100, driver lib!
arm_architecture_reference_manual_errata_markup_3_
- ARM v7_AR 体系结构手册,2008年的最新版本。好不容易下到了,给大家分享。-ARM v7_AR architecture manual, 2008, the latest version. Finally down to, and for everyone to share.
INTEL-MB
- INTEL 主板开发规范 INTEL 主板开发规范 -INTEL motherboard and development Development of norms INTEL motherboard specification INTEL motherboard development norms
Project
- STM32最小工程,采用IAR工程,读写GPIO-STM32 Project
V5-001a_GPIO实验_跑马灯
- STM32现有工业控制中ARM处理器应用最为广泛性价比较高适应ARM初学者(STM32 the most widely used ARM processors in the existing industrial control are most cost-effective for ARM beginners)
30天精通PowerPCB(教程)
- power PCB 教程-power PCB Guide
arma
- 改良arma算法测试用例 一、预测模型ARMA: 1、输入: 输入为一组历史数据,如__pre.bin 1 2 3 4 5 6 7 8 9 10(__pre.bin为可执行程序,1 2 3 4 5 6 7 8 9 10是历史数据),该向量组至少包含一个数据。 2、输出: 该方法只对一组已知数据进行一步预测,返回值只有一个;利用该方法,1 2 3 4 5 6 7 8 9 10的下一个值为10.9989。 3、测试报告: 测试报告详见《改良预测算法测试报告.xls》。