You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was very excited to find this project, and have high hopes- but so far, I am not having any success using a PIC micro-controller to operate a DY-HV20T player.
Best I can tell, the code is set up to use UART2 which I have configured on my PIC. The syntax is also a bit different from the original code, for example "player.playSpecified(1)" instead needs to be "DYPlay_playSpecified(1)" I think...
Are there any working code examples?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I was very excited to find this project, and have high hopes- but so far, I am not having any success using a PIC micro-controller to operate a DY-HV20T player.
Currently trying to use the version from #19
Best I can tell, the code is set up to use UART2 which I have configured on my PIC. The syntax is also a bit different from the original code, for example "player.playSpecified(1)" instead needs to be "DYPlay_playSpecified(1)" I think...
Are there any working code examples?
Thanks!
The text was updated successfully, but these errors were encountered: