Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
car-controlserver
Project
Project
Details
Activity
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
wenzhongjian
car-controlserver
Commits
c286b9bf
Commit
c286b9bf
authored
Mar 10, 2025
by
957dd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update delay
parent
214f3848
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
main
main
+0
-0
main.c
usr/main.c
+2
-2
main.o
usr/main.o
+0
-0
No files found.
main
View file @
c286b9bf
No preview for this file type
usr/main.c
View file @
c286b9bf
...
...
@@ -125,7 +125,7 @@ int main(int argc, char *argv[]) {
}
pin_init
();
pwm_speed
();
//pwm初始化,车为停止
Delay_Ms
(
6
0
,
0
);
Delay_Ms
(
2
0
,
0
);
const
char
*
readbuf
=
device_inspect
();
...
...
@@ -140,7 +140,7 @@ int main(int argc, char *argv[]) {
sprintf
(
TOPIC
,
"app2dev/%s"
,
readbuf
);
sprintf
(
TOPIC3
,
"%s"
,
readbuf
);
printf
(
"1:%s,2:%s,3:%s
\n
"
,
TOPIC
,
TOPIC2
,
TOPIC3
);
system
(
"pkill
chromium-browser
"
);
system
(
"pkill
chromium
"
);
gStart
=
time
(
NULL
);
//开始时间戳
...
...
usr/main.o
View file @
c286b9bf
No preview for this file type
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