Wait Calculator
⚠ We might change the way the wait calculator works until 1.0
How to use
- Enter the frequency of the external oscillator that is connected to CLK
- Enter the time you want to wait
- Copy the number of cycles to wait
- Write e.g.
Wait(6000000);
(If your CLK frequency is 12MHz, you can write e.g. 100ms instead of using the wait calculator)