Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getMicrosPerByte
Method
getMicrosPerByte
libraries/RS485/RS485.h:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
// to (default) receiving mode.
25
void setMicrosPerByte(uint32_t baudRate);
26
uint32_t getMicrosPerByte() { return _microsPerByte; };
27
28
uint8_t getDeviceID() { return _deviceID; };
29
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64