Martynas Jankūnas
Newbie level 6

Hello, I want to use Arduino compatable 328p in my project. All other devices runs from 3.3V, so I want to use one power supply. I successfully burned bootloader and blink sketch into new atmega, then disabled brown-out. All worked fine with 16MHz crystal, but according to 328p datasheet, with 3.3V PSU it should be used with max 12MHz crystal. So what will happen to all time related stuff if I just swap crystals? Are delay(1000) still will be delay for 1s?