Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ setReadDelay
Method
setReadDelay
libraries/AM232X/AM232X.cpp:142–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
141
142
void AM232X::setReadDelay(uint16_t rd)
143
{
144
_readDelay = rd;
145
if (_readDelay == 0)
146
{
147
_readDelay = 2000; // reset
148
}
149
};
150
151
152
int AM232X::getModel()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36