Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Edzelf/Esp-radio
/ functions
Functions
7 in github.com/Edzelf/Esp-radio
⨍
Functions
7
◇
Types & classes
0
↓ 1 callers
Function
bufferReset
B U F F E R R E S E T
spiram.cpp:92
Function
bufferRead
B U F F E R R E A D Read one chunk in the user buffer. Assume there is always something in the bufferpace. See dataAvailable()
spiram.cpp:81
Function
bufferWrite
B U F F E R W R I T E Write one chunk (32 bytes) to SPI RAM. No check on available space. See spaceAvailable().
spiram.cpp:67
Function
dataAvailable
D A T A A V A I L A B L E Returns the number of chunks available in the buffer.
spiram.cpp:44
Function
getFreeBufferSpace
G E T F R E E B U F F E R S P A C E Return the free buffer space in chunks.
spiram.cpp:55
Function
spaceAvailable
S P A C E A V A I L A B L E Returns true if bufferspace is available.
spiram.cpp:33
Function
spiramSetup
S P I R A M S E T U P
spiram.cpp:103