Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
hello-world
nrf52
Commits
5f44ca1f
Commit
5f44ca1f
authored
Jan 16, 2018
by
Will Langford
Browse files
Update UARTE_vs_Serial.ino
parent
3ed8c69f
Pipeline
#1346
passed with stage
in 3 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
modules/UARTE_vs_Serial/UARTE_vs_Serial.ino
View file @
5f44ca1f
...
...
@@ -82,6 +82,7 @@ void timer2_start() {
void
setup
()
{
// Serial.begin(115200);
uart_setup
();
NRF_GPIO
->
DIRSET
=
(
1
<<
enablePin
);
NRF_GPIO
->
OUTSET
=
(
1
<<
enablePin
);
...
...
@@ -89,7 +90,6 @@ void setup() {
timer2_init
();
timer2_start
();
uart_setup
();
}
void
loop
()
{
...
...
Write
Preview
Supports
Markdown
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