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

Method close_left_eye

Software/Python/easygopigo3.py:942–947  ·  view source on GitHub ↗

Turns *OFF* Dexter mascot's left eye.

(self)

Source from the content-addressed store, hash-verified

940 self.open_right_eye()
941
942 def close_left_eye(self):
943 """
944 Turns *OFF* Dexter mascot's left eye.
945
946 """
947 self.set_led(self.LED_LEFT_EYE, 0, 0, 0)
948
949 def close_right_eye(self):
950 """

Callers 4

close_eyesMethod · 0.95
handle_eyesFunction · 0.80

Calls 1

set_ledMethod · 0.45

Tested by

no test coverage detected