Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
d48168b9
Commit
d48168b9
authored
Feb 03, 2015
by
cle69
Browse files
Update uart.h
Add Baudrate 1200, 2400,4800
parent
513c46b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/include/driver/uart.h
View file @
d48168b9
...
@@ -33,6 +33,9 @@ typedef enum {
...
@@ -33,6 +33,9 @@ typedef enum {
}
UartExistParity
;
}
UartExistParity
;
typedef
enum
{
typedef
enum
{
BIT_RATE_9600
=
1200
,
BIT_RATE_9600
=
2400
,
BIT_RATE_4800
=
4800
,
BIT_RATE_9600
=
9600
,
BIT_RATE_9600
=
9600
,
BIT_RATE_19200
=
19200
,
BIT_RATE_19200
=
19200
,
BIT_RATE_38400
=
38400
,
BIT_RATE_38400
=
38400
,
...
...
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