QL200 PIC development board and more LED examples
Here are some more LED examples for use with the QL200 development board, all of these are written using the mikroC pro for PIC compiler Example 1: [codesyntax lang=”c”] int j; void main() { TRISA = 0x00; // Sets…