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:
Provides "Assert" procedures. See the .htm file in the zipfile for more details.
Author: Dany
Compiler: mikroPascal PRO for PIC
Description:
Permits usage of the Uart as a simple debugging data output tool, using Uart1 as output device. A usage example can be found in project "TestDebugUnit" in the zip file.
Author: Dany
Compiler: mikroPascal PRO for PIC
Description:
Procedures that write and read the content of any type of variable to/from the internal PIC Eeprom.
Author: Dany
Compiler: mikroPascal PRO for PIC
Description:
Functions that returns "Bit" (0 or 1) values, plus functions that return "bit masks" for bytes, words and Dwords. Additionally, procedures are provided to set, get, clear and stuff bit groups inside a byte.
Author: Dany
Compiler: mikroPascal PRO for PIC
Description:
Fat32 file system implementation, only for P18 PICs. Can be configured for SPI (SD/MMC cards),
CF (Compact flash cards) and IDE (Hard disk).
Author: Dany
Compiler: mikroPascal PRO for PIC
Description:
Simple interface to access hards disks. Usage template (ignore the Fat32 part...). Example of usage can be found in the zipfile.