Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-pico
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-pico
Commits
47915df2
Unverified
Commit
47915df2
authored
Apr 27, 2021
by
Oğuzhan Başer
Committed by
GitHub
Apr 27, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PWM functions definitions missing (#114)
* add keywords file * Add PWM function definitions
parent
1815c45f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
cores/rp2040/Arduino.h
cores/rp2040/Arduino.h
+3
-0
keywords.txt
keywords.txt
+18
-0
No files found.
cores/rp2040/Arduino.h
View file @
47915df2
...
...
@@ -68,6 +68,9 @@ float analogReadTemp(); // Returns core temp in Centigrade
// PWM
void
analogWrite
(
pin_size_t
pinNumber
,
int
value
);
void
analogWriteFreq
(
uint32_t
freq
);
void
analogWriteRange
(
uint32_t
range
);
void
analogWriteResolution
(
int
res
);
// Timing
void
delay
(
unsigned
long
);
...
...
keywords.txt
0 → 100644
View file @
47915df2
#######################################
# Syntax Coloring Map
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
#######################################
# Methods and Functions (KEYWORD2)
#######################################
analogWriteFreq KEYWORD2
analogWriteRange KEYWORD2
analogWriteResolution KEYWORD2
######################################
# Constants (LITERAL1)
#######################################
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