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
6cf0b30f
Commit
6cf0b30f
authored
May 06, 2021
by
Earle F. Philhower, III
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/earlephilhower/arduino-pico
parents
a62075d8
47915df2
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 @
6cf0b30f
...
...
@@ -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 @
6cf0b30f
#######################################
# 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