MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / write

Method write

libraries/ANSI/ansi.cpp:181–185  ·  view source on GitHub ↗

///////////////////////////////////////////// PRIVATE

Source from the content-addressed store, hash-verified

179// PRIVATE
180//
181size_t ANSI::write(uint8_t c)
182{
183 // add line buffer? - interference with write(array, length) !?
184 return _stream->write(c);
185}
186
187
188size_t ANSI::write(uint8_t * array, uint8_t length)

Callers 15

_refreshMethod · 0.45
writeCmdMethod · 0.45
writePosMethod · 0.45
wakeupMethod · 0.45
readMethod · 0.45
readAccelMethod · 0.45
readGyroMethod · 0.45
readTemperatureMethod · 0.45
setRegisterMethod · 0.45
getRegisterMethod · 0.45
setChannelMaskMethod · 0.45
hNibbleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected