Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
haoJin750TFT
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
时昊
haoJin750TFT
Commits
faec2a26
Commit
faec2a26
authored
Oct 07, 2024
by
张金硕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:59411 【硬测】750TFT-ICU-M-C-V11024G16 SCL SDA 波形出现跌落
parent
8301f0a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
GpioUser.c
Firmware/Source/Application/GpioUser.c
+2
-2
No files found.
Firmware/Source/Application/GpioUser.c
View file @
faec2a26
...
...
@@ -53,8 +53,8 @@ void Gpio_Init(_GpioUser_Enum InitMode)
RTE_GPIO_Config
(
RTE_GPIO_PORT05_PIN04
,
GpioOut_High
);
RTE_GPIO_Config
(
RTE_GPIO_PORT05_PIN05
,
RTE_GPIO_DIR_IN
);
RTE_GPIO_Config
(
RTE_GPIO_PORT06_PIN00
,
GpioOut_Low
);
//存储SCL
RTE_GPIO_Config
(
RTE_GPIO_PORT06_PIN01
,
GpioOut_Low
);
//存储SDA
RTE_GPIO_Config
(
RTE_GPIO_PORT06_PIN00
,
RTE_GPIO_DIR_IN
);
//存储SCL
RTE_GPIO_Config
(
RTE_GPIO_PORT06_PIN01
,
RTE_GPIO_DIR_IN
);
//存储SDA
RTE_GPIO_Config
(
RTE_GPIO_PORT06_PIN02
,
GpioOut_Low
);
//SCL_MCU
RTE_GPIO_Config
(
RTE_GPIO_PORT06_PIN03
,
GpioOut_Low
);
//SDA_MCU
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment