Here users can view project made by users of our compilers. Users can also post their project in order to share experience and knowledge using mikroElektronika compilers.
Author: Dany
Compiler: mikroPascal PRO for PIC
Description:
This unit Provides "directory" functions for MMC/SD cards formatted in FAT16 in addition to long filenames. Makes traversing possible through the root directory (routines "FindFirst" and "FindNext") and also routines are provided to make a file "Dir.txt" and/or a "Dir.htm" on the MMC/SD card.
Author: Dany
Compiler: mikroPascal PRO for PIC
Description:
This unit Provides "directory" functions for MMC/SD cards formatted in FAT16. Makes traversing possible through the root directory (routines "FindFirst" and "FindNext") and also routines are provided to make a file "Dir.txt" and/or a "Dir.htm" on the MMC/SD card containing the directory listing.
Author: Dany
Compiler: mikroPascal PRO for PIC
Description:
A cooperative operating system is the simplest one imaginable. The tasks running under this type of OS are not interrupted by the OS to give execution time to another task (as with the preemptive Real Time OS), no, tasks always run to completion before the OS gives execution to another task.
Author: Dany
Compiler: mikroPascal PRO for PIC
Description:
Simple memory manager making dynamic variables possible in mikroPascal (procedures GetMem and FreeMem available). More info and 2 example projects can be found in the zip file.
Author: Dany
Compiler: mikroPascal PRO for PIC
Description:
RC6 (Philips IR remote control system) decoder, decodes the Rc6 toggle, Rc6 System and Rc6 command. For the moment only RC6 "mode 0" (most used) can be decoded. Made for 36 Khz IR receivers with inverse output (= output active low), like the TSOP1736.
Author: Dany
Compiler: mikroPascal PRO for PIC
Description:
RC5 (Philips IR remote control system) decoder, decodes the Rc5 toggle, Rc5 System and Rc5 command. Made for 36 Khz IR receivers with inverse output (= output active low), like the TSOP1736. The decoder is interrupt based (the external interrupt is used) and uses timer 0.