MCPcopy Create free account
hub / github.com/0015/Arduino_DigitalRain_Matrix / setYPos

Method setYPos

src/DigitalRainAnimation.hpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 int setYPos(int lineLen) {
83 return lineLen * -20;
84 }
85
86 int getRandomNum(int min, int max) {
87 return random(min, max + 1);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected