📄 iic.reg
字号:
; Generic Driver Registry Entries and Descriptions
;
; This feature driver acts as a typical CE.Net stream driver frame work
; reference code. As a sample, here is its registry settings which may
; need to be copied to platform.reg or project.reg file. - Wang Aimin
; Registry Entries:
;
; All of the listed keys are optional. When the driver cannot find a
; registry entry to configure the driver, a default value is used.
; The value shown here are defaults. Change them when necessary.
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\IIC]
"Prefix"="I2C"
"Dll"="IIC.dll"
"Order"=dword:1
"Index"=dword:1
;Read Data Mode: INTERRUPT=0 POLLING=1
"Mode"=dword:0
;IIC Device Address 24C64=0xA0
"SlaveAddress"=dword:160
; "IRQ"=dword:27
; "IoBase"=dword:0
; "IoLen"=dword:0
; "ConfigBase"=dword:0
; "ConfigLen"=dword:0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -