I purchased the 5V Trinket with two foot pedals to use for audio transcription. I successfully installed and tested it, and both pedals work fine, but I cannot figure out how to emulate a "Play/Pause" media keypress in Windows.
I've tried printing char(179) (hex 0xB3) as shown on many websites, as well as char(205) (hex 0xCD) which I found in the TrinketHidCombo library.
Could anyone give me an idea of what I might be doing wrong? Thanks for any advice.