Skip to content
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

Is possible to call Servoblaster from Processing? #57

Open
Somull opened this issue Dec 12, 2015 · 2 comments
Open

Is possible to call Servoblaster from Processing? #57

Somull opened this issue Dec 12, 2015 · 2 comments

Comments

@Somull
Copy link

Somull commented Dec 12, 2015

Hi I'm planning to code in Processing on a Raspberry Pi 2B, is it possible to interface it with ServoBlaster?

@richardghirst
Copy link
Owner

I guess it is possible as all you need to be able to do is write text to
/dev/servoblaster. Most languages will let you write text to a file. It is
possible you could just call saveStrings(), but you might have to use some
lower level functions.
On 12 Dec 2015 10:54 pm, "Somull" [email protected] wrote:

Hi I'm planning to code in Processing on a Raspberry Pi 2B, is it possible
to interface it with ServoBlaster?


Reply to this email directly or view it on GitHub
#57.

@Somull
Copy link
Author

Somull commented Dec 19, 2015

Ok, I'll try it. Thank you very much for your fast reply

2015-12-13 11:07 GMT+01:00 richardghirst [email protected]:

I guess it is possible as all you need to be able to do is write text to
/dev/servoblaster. Most languages will let you write text to a file. It is
possible you could just call saveStrings(), but you might have to use some
lower level functions.
On 12 Dec 2015 10:54 pm, "Somull" [email protected] wrote:

Hi I'm planning to code in Processing on a Raspberry Pi 2B, is it
possible
to interface it with ServoBlaster?


Reply to this email directly or view it on GitHub
#57.


Reply to this email directly or view it on GitHub
#57 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants