Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
lwc
/
compare
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Pipelines
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d9156e69
authored
Nov 17, 2019
by
Enrico Pozzobon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pushed the baudrate a little bit higher on the maixduino template
parent
10877bed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
templates/maixduino/src/main.ino
+1
-1
templates/maixduino/test
+1
-1
No files found.
templates/maixduino/src/main.ino
View file @
d9156e69
...
...
@@ -51,7 +51,7 @@ void my_assert(bool b) {
}
void
setup
()
{
SerialOut
.
begin
(
1
152
00
);
SerialOut
.
begin
(
1
5000
00
);
pinMode
(
CRYPTO_BUSY
,
OUTPUT
);
digitalWrite
(
CRYPTO_BUSY
,
HIGH
);
delay
(
100
);
...
...
templates/maixduino/test
View file @
d9156e69
...
...
@@ -132,7 +132,7 @@ def main(argv):
flash
(
dev
)
eprint
(
"Flashed"
)
time
.
sleep
(
0.1
)
ser
=
serial
.
Serial
(
dev
,
baudrate
=
1
152
00
,
timeout
=
5
)
ser
=
serial
.
Serial
(
dev
,
baudrate
=
1
5000
00
,
timeout
=
5
)
uartp
=
UARTP
(
ser
)
ser
.
setRTS
(
True
)
...
...
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