MCPcopy Create free account
hub / github.com/DexterInd/GoPiGo3 / light_max

Method light_max

Software/Python/easysensors.py:1185–1191  ·  view source on GitHub ↗

Turns on the `Grove LED`_ at full power.

(self)

Source from the content-addressed store, hash-verified

1183 self.write(power)
1184
1185 def light_max(self):
1186 """
1187 Turns on the `Grove LED`_ at full power.
1188
1189 """
1190 max_power = 100
1191 self.light_on(max_power)
1192
1193 def light_off(self):
1194 """

Callers 2

easy_LED.pyFile · 0.80

Calls 1

light_onMethod · 0.95

Tested by

no test coverage detected