|
|
|
My First Program in mikroPascal
Why Pascal in the first place? Because it is legible, friendly, easy-to-learn structured language, and still has the power and flexibility needed to program microcontrollers. Whether you had any previous programming experience, you will find that writing programs in mikroPascal is very easy.
|
|
|
Example: My First AD Conversion
The following code sample is one simple loop for performing AD conversion on MCU PORTA and displaying results on PORTB. Examine these lines and note that our humble example deals with highly complicated task of AD conversion. mikroPascal spares you from consulting the manual for specific MCU, code adjustments for different PIC models, and address arithmetic... Just let the compiler take care of it - simply and efficiently.
|
|
|