Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upanalogWrite doesn't write #4
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I try to use analogWrite(9, pwm_value) to write a value and the program stalls on self.__sendData(hex_value[1]). I can print a message just prior to this command. Also, somewhat related in your README you have analogRead twice while the second describes analogWrite. Thanks.