mikroC PRO for PIC | Mikroe
www.mikroe.com › mikroc-picmikroC PRO for PIC has native support for hardware step-by-step In-Circuit Debugger when used with fast USB 2.0 mikroProg™ programmer (in both on-board and standalone version). Debugger is a separate DLL module which supports Step-over [F8], Step-into[F7], Step-out[Ctrl+F8], Run[F6], Run To Cursor[F4] debugging operations.
example-1 - MIKROE
www.mikroe.com › ebooks › pic-microcontrollersThere are several ways to do it: As soon as the microcontroller is turned on, all LEDs will emit light for a second. The Delay function is in charge of it in the program. It’s only needed to set delay expressed in milliseconds. After one second, the program enters the for loop and remains there as long as the variable k is less than 20.