MCPcopy Create free account
hub / github.com/SmingHub/Sming / parseFloat

Method parseFloat

Sming/Wiring/Stream.cpp:137–140  ·  view source on GitHub ↗

as parseInt but returns a floating point value

Source from the content-addressed store, hash-verified

135
136// as parseInt but returns a floating point value
137float Stream::parseFloat()
138{
139 return parseFloat(NO_SKIP_CHAR);
140}
141
142// as above but the given skipChar is ignored
143// this allows format characters (typically commas) in values to be ignored

Callers

nothing calls this directly

Calls 1

readFunction · 0.85

Tested by

no test coverage detected