MCPcopy 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
22void 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
32uint32_t Optoma::getBaudrate()

Callers 1

unittestFunction · 0.45

Calls 1

beginMethod · 0.45

Tested by 1

unittestFunction · 0.36