MCPcopy Create free account
hub / github.com/RQNG/WouoUI / Serial

Class Serial

Third-party-design/Emulator/Arduino/ArduinoCompatible.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "ArduinoCompatible.h"
6
7class Serial Serial;
8
9long map(long value, long fromLow, long fromHigh, long toLow, long toHigh) {
10 return (value - fromLow) * (toHigh - toLow) / (fromHigh - fromLow) + toLow;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected