Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Arduino Core for SAMD21 CPU
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
josc941e
Arduino Core for SAMD21 CPU
Commits
8d601813
Commit
8d601813
authored
9 years ago
by
tuxedo0801
Browse files
Options
Downloads
Patches
Plain Diff
Added missing begin() variant with 2nd argument for configuring serial port (parity etc..)
parent
64fda72c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cores/arduino/HardwareSerial.h
+1
-0
1 addition, 0 deletions
cores/arduino/HardwareSerial.h
with
1 addition
and
0 deletions
cores/arduino/HardwareSerial.h
+
1
−
0
View file @
8d601813
...
...
@@ -68,6 +68,7 @@ class HardwareSerial : public Stream
{
public:
virtual
void
begin
(
unsigned
long
);
virtual
void
begin
(
unsigned
long
baudrate
,
uint8_t
config
);
virtual
void
end
();
virtual
int
available
(
void
)
=
0
;
virtual
int
peek
(
void
)
=
0
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment