-
电子万年历之12864(阴阳历、节假日).zip
两个自制电子万年历之12864(生肖年阴历汉字显示、阳历阴历节日显示)
- 2022-07-13 19:34:49下载
- 积分:1
-
MQ_2烟雾传感器——STM32
资源描述STM32F103源码,自己亲自测试通过,希望可以帮到你。
- 2022-05-25 17:45:32下载
- 积分:1
-
C#加载驱动例子
C#加载驱动例子
实现了托管代码加载驱动,管理驱动,使用驱动的方法
驱动例子:
SysKey.sys
[DllImport("advapi32.dll", EntryPoint = "OpenSCManagerW", ExactSpelling = true, CharSet = CharSet.Unicode, SetLastError = true)]
public static extern IntPtr OpenSCManager(string machineName, string databaseName, uint dwAccess);
[DllImport("advapi32.dll", SetLastError = true, CharSet = CharSet.Auto)]
public static extern IntPtr OpenService(IntPtr hSCManager, string lpServiceName, uint dwDesiredAccess);
[DllImport("advapi32.dll", SetLastError = true)]
[return: MarshalAs(UnmanagedType.Bool)]
public static extern bool CloseServiceHandle(IntPtr hSCObject
- 2022-02-04 10:03:20下载
- 积分:1
-
ILI9341_IVO5.0 IPS_G2.2_20150104 配置方案
ILI9341_IVO5.0 IPS_G2.2_20150104 的配置方案,主要用ILI9341驱动的LCD的正确显示的初始化方案。只有正确的配置参数,才能正确的显示
- 2022-02-22 08:35:01下载
- 积分:1
-
OPC客户端VB程序实例
OPC客户端VB程序实例
利用visual basic 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-03 04:58:21下载
- 积分:1
-
qrmark 通用二维条码编码工具
active 控件关于二维码的:
- 2022-04-11 18:05:11下载
- 积分:1
-
基于51的波形发生器
程序编写环境:win xp+Keil uVision 3(8.18)主要功能模块:STC89C516RD+单片机(是51内核就行),AD9850信号发生芯片,JHD529M1型12864液晶模块(带中文字库),4*4矩阵键盘单片机IO口使用情况: P0口接液晶显示器数据线, P1.0接液晶的RS(CS),P1.1接液晶的RW(SLD),P1.2接液晶的E(SCLK),P1.3接液晶的PSB,P1.4接液晶的RESET P1.5接AD9850的RESET,P1.6接AD9850的WCLK,P1.7接AD9850的FQUD P2口接键盘,P3口接AD9850,键盘示意图(4*4矩阵): | 7 | 8 | 9 | set | ————————————————————— | 4 | 5 | 6 | enter | —————————————————————&
- 2022-03-07 21:06:36下载
- 积分:1
-
STM32F103 BLDC
本程序是我做洗衣机电机时,利用STM32C8T6为主控芯片控制的电机系统程序,带PID反馈回路程序,程序已经调试好,并利用TIM1和TIM2之间的主从关系进行电机控制,我的电机系统利用霍尔传感器进行速度反馈和位置反馈,改程序我调试了一个多月,程序没有问题,自我感觉应该对做直流无刷电机系统的同学来说有
- 2022-02-05 19:56:24下载
- 积分:1
-
2812BLDC参考代码
2812BLDC参考代码。通过DSP 的IO 口读取hall 信号,存放于system.hall_code 变量中。system.hall_code 这个变量付给MOD1 模块的mod1.hall_code,system.motor_direction(电机转向)变量是用户设定的。MOD1 模块处理上诉两个变量,产生mod1.stator_angle(定子磁场角度)变量的输出。MOD1 模块的mod1.stator_angle(定子磁场角度)变量输入给pwm1. CmtnPointer (输出定子磁场角度)变量与pwm1.DutyFunc (输出脉宽)变量。经过PWM1 模块运算通过PWM1~6 输出给三相桥驱动电机运转。ADC 检测三相桥的电流,经过去最大最小值再平均的算法,得到电流值,在不过流的情况下,直接把system.PWM_open_loop 赋给system.I_DC 然后经过RMP2 模块,将要输出的脉宽斜坡加上去。
- 2022-12-09 05:20:03下载
- 积分:1
-
FPGA实现usb驱动
应用背景This is the very first officially available release of the core
- It is still under active development
- Please do not modify the sources !
- Things that are not implemented yet, or are known not to work yet:
- UTMI line/link control interface is not implemented yet. This includes:
- Detection of attach/detach
- Speed negotiation (Full/High Speed)
- USB reset
- USB suspend
- There is no logic in the core to "help" suspending it. I"m not
quite sure yet what to do in this area. (Suggestions welcomed !)
- There is no easy way to configure the core (number of endpoints,
buffer size)
- There has been absolutely no testing done on the core
关键技术This file describes the current status of the checked in HDL code.
Please su
- 2022-02-07 09:44:26下载
- 积分:1