megaAVR STK600 Clock Example
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | MAX_MS_DELAY (262.14 / (F_CPU / 1000000UL)) |
Maximum possible delay is 262.14 ms / F_CPU in MHz. More... | |
#define | MAX_US_DELAY (768 / (F_CPU / 1000000UL)) |
Maximum possible delay is 768 us / F_CPU in MHz. More... | |
Functions | |
int | main (void) |
Example application on how to use the libc delay functions. More... | |
#define MAX_MS_DELAY (262.14 / (F_CPU / 1000000UL)) |