Skip to content

uname/Arduloader

Repository files navigation

#Arduloader

Arduloader is tool for uploading hex file to your Arduino board. It's implemented by Python.

You can build exe file on Windows like this: python buildexe.py py2exe

Dependences:

  1. Python
  2. PyQt4
  3. Py2exe(build exe file on Windows)