-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Arduino Firmata autodetect for Windows #15
Comments
That's a start: Looks nasty... How important is to pingo the "Windows Suport"? |
Em 02/05/2014 23:09, "Lucas Vido" [email protected] escreveu:
Do we want users? If yes, then Windows support is important ;-). It is important to remember that Windows or OSX support is only important But I think the Firmata driver is very important because the simplest way Also, I believe there are more Arduinos in the world than Raspberry Pis and
|
On the Campus Party Brasil 8, I saw someone running Pingo on Windows (Win7 I guess). |
Two things happened:
The problem is here: https://github.com/garoa/pingo/blob/master/pingo/arduino/firmata.py#L42 We catch an ImportError and report that Pingo requires PyMata, but the On Fri, Feb 6, 2015 at 10:02 AM, Lucas Vido [email protected]
Luciano Ramalho Professor em: http://python.pro.br |
I had the same problem while I try to run in Debian 7.8. |
Currently only "Linux" and "Darwin" systems are implemented in detect/detect.py
The text was updated successfully, but these errors were encountered: