Unverified Commit c501306c authored by NuclearPhoenix's avatar NuclearPhoenix Committed by GitHub

Fix functions in docs: RP2040 Helper Class (#793)

parent 8aad2ca3
...@@ -33,8 +33,8 @@ values returned may not meet the most stringent random tests. **If your ...@@ -33,8 +33,8 @@ values returned may not meet the most stringent random tests. **If your
application needs absolute bulletproof random numbers, consider using application needs absolute bulletproof random numbers, consider using
dedicated external hardware.** dedicated external hardware.**
void reboot() void rp2040.reboot()
~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
Forces a hardware reboot of the Pico. Forces a hardware reboot of the Pico.
Memory Information Memory Information
...@@ -47,8 +47,8 @@ that because there is some overhead, and there may be heap fragmentation, ...@@ -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 this number is an *upper bound* and you generally will only be able to allocate
less than this returned number. less than this returned number.
int rp2040.getUsedHeap int rp2040.getUsedHeap()
~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
Returns the number of bytes allocated out of the heap. Returns the number of bytes allocated out of the heap.
int rp2040.getTotalHeap() int rp2040.getTotalHeap()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment