Downloads
From Pigmeo - .NET/Mono/CLI (C#, VB.NET, C++/CLI, Nemerle...) for microcontrollers (PIC, dsPIC, AVR...)
Important note: The latest release linked here is very, very old, and shouldn't be used. There has been lots of improvements, rewrites and updates, without being released because Pigmeo is not yet ready for production, it's still in alpha stage, so if you are interested in checking out what it is, how it works, and maybe even help in the development, please download the code from the repository and read the tutorial about getting started in the development of Pigmeo.
Latest Pigmeo release: Pigmeo 0.0.2
Contents |
Windows
Installer
Not available yet
Standalone
It doesn't require installation. Simply double click on pigmeo-compiler.exe.
Note: you need to copy all the referenced libraries (Pigmeo.dll, PIC16F716.dll...) to the directory where your .exe file being compiled is placed.
Linux
Installer
Not available yet
Standalone
It doesn't require installation. Simply run pigmeo-compiler.exe with mono:
mono pigmeo-compiler.exe
or
MONO_THEME="clearlooks" mono pigmeo-compiler.exe --help
Note: you need to copy all the referenced libraries (Pigmeo.dll, PIC16F716.dll...) to the directory where your .exe file being compiled is placed.
Source code

