-
Notifications
You must be signed in to change notification settings - Fork 15
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
Analog read and write not working if esp8266 as master #2
Comments
How are you calling it? Are you using the digital pin notation or analog. You have to use the digital notation. So io.analogRead (14) instead of io.analogRead (A0). Can I see your sketch code? |
very basic code. Serial.println(io.analogRead(14)); |
Ok, I think I know what is going on. I am moving to version 2 and make some big changes. One thing going I did was use int vars instead of int_32 and so on. The int is a different size on esp82 than arduino. I'm not home right now, but I'll look at it when I get back. |
Was this ever resolved? |
@SlowBro904 Maybe he never got back home. Who knows. |
i tried on esp8266_arduino ide and our esp8266_sming ide.Analog read and write not working if esp8266 as master. Have you any idea?
The text was updated successfully, but these errors were encountered: