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
c501306c
Unverified
Commit
c501306c
authored
Aug 23, 2022
by
NuclearPhoenix
Committed by
GitHub
Aug 23, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix functions in docs: RP2040 Helper Class (#793)
parent
8aad2ca3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
docs/rp2040.rst
docs/rp2040.rst
+4
-4
No files found.
docs/rp2040.rst
View file @
c501306c
...
...
@@ -33,8 +33,8 @@ values returned may not meet the most stringent random tests. **If your
application needs absolute bulletproof random numbers, consider using
dedicated external hardware.**
void reboot()
~~~~~~~~~~~~~
void r
p2040.r
eboot()
~~~~~~~~~~~~~
~~~~~~~
Forces a hardware reboot of the Pico.
Memory Information
...
...
@@ -47,8 +47,8 @@ that because there is some overhead, and there may be heap fragmentation,
this number is an *upper bound* and you generally will only be able to allocate
less than this returned number.
int rp2040.getUsedHeap
~~~~~~~~~~~~~~~~~~~~~~
int rp2040.getUsedHeap
()
~~~~~~~~~~~~~~~~~~~~~~
~~
Returns the number of bytes allocated out of the heap.
int rp2040.getTotalHeap()
...
...
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