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…
Tag:
ql200
-
-
This first example is the usual flashy LEDs example. We will be introducing the development board we use (its the QL200 PIC development board), we will be using the mikroC pro for PIC compiler and we use the QL Programmer software that…