april:
I find that the 328p runs at 16Mhz or so does it? When I program to delay 1 second it is pretty close to 1 second
When giving the same command to an attiny85 which runs on an internal clock of 1Mhz it is very short .
If there's a big difference then the fuse settings don't match the board selected in the Arduino menu. Try doing "burn bootloader" (this sets the fuses even if you don't need the bootloader)
april:
So I can adjust the fuses in the tiny to 8 meg but I jaust wonder without doing that ,how do I get it to delay exactly 1 second?
What do you mean "exact"? The internal clocks are only approximate, they depend on voltage and temperature.