I'm designing a PCB which includes an ATTiny84 connected to an RF transceiver via SPI.
However, this is going to be a dev/test platform so I'm going to be reprogramming the ATTiny repeatedly so have include an ISP header.
However, the though occurs that if I use the ISP, does the software (I'd intend using the Arduino environment with a Sparkfun TinyAVR programmer) look for the relevant device IDs and programs the right one or do you need to isolate the device?
I'm using SMDs so unplugging isn't an option.
Thanks for any help, it's my first time doing anything permanent using an ISP rather than the Arduino serial uploader.