We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I set up a potentiometer on pin 0. When I try to get it's value, analogRead returns an empty string.
board.analogRead(0) #=> ""
The text was updated successfully, but these errors were encountered:
Please use the "development" branch. That fixes these issues.
Akash Manohar J http://akash.im @HashNuke
On Sunday 8 July 2012 at 10:02 AM, Guillaume Malette wrote:
I set up a potentiometer on pin 0. When I try to get it's value, analogRead returns an empty string. board.analogRead(0) #=> "" Reply to this email directly or view it on GitHub: #8
Reply to this email directly or view it on GitHub: #8
Sorry, something went wrong.
I get the same issue running the development branch arduino.pde along with the gem built from the development branch.
I either get an empty string or it hangs.
If it matters I'm using 1.9.3 under OSX Lion
Let me check that and get back.
On Sunday 8 July 2012 at 11:15 AM, Guillaume Malette wrote:
I get the same issue running the development branch arduino.pde along with the gem built from the development branch. I either get an empty string or it hangs. Reply to this email directly or view it on GitHub: #8 (comment)
Reply to this email directly or view it on GitHub: #8 (comment)
No branches or pull requests
I set up a potentiometer on pin 0. When I try to get it's value, analogRead returns an empty string.
The text was updated successfully, but these errors were encountered: