hey Arduino guys ![]()
recently i programmed an Attiny chip via avrdude and ArduinoISP to upload .hex code trough Arduino. in this mission 4 wires was shared between Master (Arduino Board) and Slave (Attiny chip), MISO/MOSI/SCK plus a Reset wire as mentioned.
i know its possible to using this 4 pins (even Reset Pin) for any other duty, setting them I/O. but im confused! the chip gets running after the Upload while this 4 pins still conected to arduino.
is there any need to connecting them with some Resistors to protecting over load or some thing?
is it possible to forbidding Reset wire to preventing Chip from running the code? And cause it any problem in uploading the code?
tnx.