Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ init
Method
init
libraries/optoma/optoma.cpp:22–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
22
void Optoma::init(int ID, uint32_t baudRate)
23
{
24
_ID = ID;
25
_stream->begin(baudRate);
26
_stream->print(
"# init : "
);
27
_stream->print(baudRate);
28
_stream->print(
"\r"
);
29
}
30
31
32
uint32_t Optoma::getBaudrate()
Callers
1
unittest
Function · 0.45
Calls
1
begin
Method · 0.45
Tested by
1
unittest
Function · 0.36