How to prog Arduino Pro Mini 16mhz with Arduino012

Hello -

Just got my Arduino Pro Mini 5V 16Mhz set up, went into the Arduino -0012 IDE, and went to select the mini under the "Tools / Boards" menu, and only found a selection for a 8mhz mini. I went ahead and used the 8mhz selection, loaded and ran the basic Blink sketch successfully.

So my question:

Is there a forthcoming Arduino revision that will add a 16 mhz selection, or do I just need to calculate any delays or clock related commands to be 1/2 of what would be used for 8mhz?

Or is it more complicated than that?

Thanks
Paul Garcia

Posted at the Sparkfun forum as well, but no response yet.

You should use the normal Diecemilia or Mini variant. The fuses and speeds are the same.

Ed -

Thanks for the response. I'm in the middle of the Basic Stamp to Arduino / AVR transition. Seems like there's always one more thing to learn.

Paul Garcia