Pigmeo was a compiler and framework for writing microcontroller firmware in C# and other .NET languages, developed by Adrián Bulnes (Urriellu) between 2007 and 2010. This is a frozen, read-only archive of the project’s website, pigmeo.org; nothing here is maintained. Source code: github.com/Urriellu/pigmeo · Original capture: Wayback Machine · urriellu.net

Website ToDo

From Pigmeo Development Wiki

Contents

Administration

  • Subdomain for shared resources (images, videos, files...), for example shared.pigmeo.org

Tutorials for Users

  • Basic data types
  • Getting started
    • Getting started from Linux
      • Getting started from Linux (command-line using PMC)
      • Getting started from Linux (monodevelop)
      • Getting started from Linux (manual method: any high level language compiler + Pigmeo Compiler + assembler)
    • Getting started from Windows
      • Getting started from Windows (Visual Studio)
      • Getting started from Windows (MPLAB)
      • Getting started from Windows (manual method: any high level language compiler + Pigmeo Compiler + assembler)

Code examples for users

PIC

  • Configure PORTA, PORTB, PORTC...
  • Configure timers
  • Configure ADCs
  • Configure CCP modules

Documentation for Developers

  • Making patches and sending them to Pigmeo developers
  • How Pigmeo Compiler GUI works