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
7cd5344e
Commit
7cd5344e
authored
9 years ago
by
Cristian Maglie
Browse files
Options
Downloads
Patches
Plain Diff
Removed non-API call toneAccurateClock
parent
1a1856c2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cores/arduino/Tone.h
+0
-2
0 additions, 2 deletions
cores/arduino/Tone.h
with
0 additions
and
2 deletions
cores/arduino/Tone.h
+
0
−
2
View file @
7cd5344e
...
...
@@ -25,6 +25,4 @@
void
tone
(
uint32_t
_pin
,
uint32_t
frequency
,
uint32_t
duration
=
0
);
void
noTone
(
uint32_t
_pin
);
void
toneAccurateClock
(
uint32_t
);
#endif
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