diff --git a/1_LED/LED_pulse.py b/1_LED/LED_pulse.py index a996790..4083c52 100644 --- a/1_LED/LED_pulse.py +++ b/1_LED/LED_pulse.py @@ -2,7 +2,9 @@ from gpiozero import PWMLED from signal import pause led = PWMLED(18) +led_2 = PWMLED(17) led.pulse() +led_2.pulse() pause() diff --git a/3_HeyRobot/assistant.json b/3_HeyRobot/assistant.json new file mode 100644 index 0000000..a671c61 --- /dev/null +++ b/3_HeyRobot/assistant.json @@ -0,0 +1 @@ +{"installed":{"client_id":"379702250204-3kbdpvjiupm0u2cvpsr5ek5uo9eakpp6.apps.googleusercontent.com","project_id":"hey-robot-258521","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"o5vSU6CGvRW8XjhXIOilz2-u","redirect_uris":["urn:ietf:wg:oauth:2.0:oob","http://localhost"]}}