Created
July 29, 2017 21:28
-
-
Save tombrad/408a664a824b97fa26ebb775f6e092b3 to your computer and use it in GitHub Desktop.
Encender LED última versión (funciona desde la consola)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import serial | |
arduino = serial.Serial('/dev/ttyACM0', 9600) | |
arduino.write("H") #Mandar un comando hacia Arduino |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment