MCPcopy 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
142void AM232X::setReadDelay(uint16_t rd)
143{
144 _readDelay = rd;
145 if (_readDelay == 0)
146 {
147 _readDelay = 2000; // reset
148 }
149};
150
151
152int AM232X::getModel()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36