Skip to content

Instantly share code, notes, and snippets.

@tombrad
Created July 29, 2017 21:28
Show Gist options
  • Save tombrad/408a664a824b97fa26ebb775f6e092b3 to your computer and use it in GitHub Desktop.
Save tombrad/408a664a824b97fa26ebb775f6e092b3 to your computer and use it in GitHub Desktop.
Encender LED última versión (funciona desde la consola)
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