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

Method open_right_eye

Software/Python/easygopigo3.py:923–932  ·  view source on GitHub ↗

Turns *ON* Dexter mascot's right eye.

(self)

Source from the content-addressed store, hash-verified

921 )
922
923 def open_right_eye(self):
924 """
925 Turns *ON* Dexter mascot's right eye.
926
927 """
928 self.set_led(self.LED_RIGHT_EYE,
929 self.right_eye_color[0],
930 self.right_eye_color[1],
931 self.right_eye_color[2],
932 )
933
934 def open_eyes(self):
935 """

Callers 7

open_eyesMethod · 0.95
handle_eye_colorFunction · 0.80
handle_eyesFunction · 0.80
easy_DexEyes.pyFile · 0.80

Calls 1

set_ledMethod · 0.45

Tested by

no test coverage detected