I'm a digispark newbie but I have a digispark happily sending data via a RF24L01+ radio module to an Arduino. The RF24L01 needs 5 pins so I simply used pins 0-4.
I did initially have a problem and remarkably was able to use digiusb to send debug info back to to my windows 7 machine and see it using digiusb.exe.
It was rather hit and miss, but I soon twigged that the radio module and digiusb were both using pins 3 & 4.
My aim is to send (Kinect-derived) data from my windows machine through digiusb and over the radio, but I am one pin short on the digispark.
As I partially got away with debugging with digiusb, I was wondering if there was some relatively easy way to time-share pins 3 & 4. I only need use the radio if I have data from digiusb, so perhaps at that point I could disable digiusb, handle the radio and when done, disable the radio and re-enable digiusb waiting for the next data.
Does anyone have any idea if/how I might do this with digiusb please?
Thanks,
Martyn.