MCPcopy Create free account
hub / github.com/SiddhantSilwal/RaspberryPi-GPIO-Web-Controller / setwarnings

Method setwarnings

AppData/app.py:49–49  ·  view source on GitHub ↗
(self, flag)

Source from the content-addressed store, hash-verified

47
48 def setmode(self, mode): pass
49 def setwarnings(self, flag): pass
50 def setup(self, pin, mode, pull_up_down=None):
51 self._pins[pin] = {'mode': mode, 'value': 0, 'pull': pull_up_down}
52 def output(self, pin, value):

Callers 1

app.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected