First of lets set the tone. I LOVE DIGISPARK!
Its tiny, It can run off a usb power bank, Its all I really need.
That being said. I am currently stumped (haha pun not intended).
Here is my understanding. Digispark does not use the SoftwareSerial.h, Instead it uses SoftSerial.h instead.
I am trying to link the digispark to a DFPlayer. Specifically I want to do this
Press button once, Play sound 1
Press button twice, Play sound 2
Press button trice, play sound 3
DF Player command library requires the use of the SoftwareSerial.h
Has anyone manage to get these two to work together? I tried searching online for 2 days. Cant find a thing.