the web hasn´t any print layout of arduino mini´s pins, MOSI, MISO and SCK discriminated.
I see where they are on the ATmega 168 manual, but on the print layout of arduino´s home, I don´t...
I need to know so I can use them for ISP.
Another thing, is it possible to program the arduino mini, with the mysmartUSB programmer, via ISP, using arduino IDE? Or I have do the upload in another software like myAVR-QuickProg? Will it kill the bootloader?
I´ve tried to find those answers, but it´s not easy...
Also, you can't currently use a programmer to upload to an Arduino board from the Arduino software. You can do it from outside the Arduino software. In general, if you upload a sketch using a programmer, you'll overwrite the bootloader. The bootloader can be restored with the burn bootloader commands in the Arduino software, which use hardware programmers.