MCPcopy Create free account
hub / github.com/PolySync/oscc / println

Method println

firmware/common/testing/mocks/Arduino_mock.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void _Serial::println(const char str[])
78{
79 printf("%s\n", str);
80}
81
82void _Serial::println(float f)
83{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected