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
no instance of constructor "DY::Player::Player" matches the argument list
argument types are: (arduino::Stream )
conversion` from 'arduino::Stream' to 'const DY::Player' is ambiguous
Do you think it's possible to fix this ? Thank you !
The text was updated successfully, but these errors were encountered:
Ok here is how I solve my problem. The only thig I'm not sure is if the constructor with no argument ( Player_DY::Player_DY() : _player(){}; ) really works and if it is initiating a DYPlayer with hardware serial ?
Hi, in an arduino sketch on Platformio, I'm trying to create an instance of the DYPlayer in an ohter instance.
I am using Nano Every and the DYPlayerArduino.h
Exemple:
Then in the main sketch I'm using:
ou
but I keep having those messages at compile:
Do you think it's possible to fix this ? Thank you !
The text was updated successfully, but these errors were encountered: