You are here: Home Documentation Tutorials Programming the Make Controller Kit
Document Actions

Programming the Make Controller Kit


This Tutorial is intended for: Microcontroller Developers

A practical guide to writing your own programs on the Make Controller.

All content on one page (useful for printing, presentation mode etc.)

  1. Overview What we're trying to do, and how to get set up to do it.
  2. Project Layout How projects are organized, and what the important pieces are.
  3. RTOS A description of the operating system that runs on the Make Controller.
  4. Memory Important concepts about how memory is used on the Make Controller.
  5. Networking Important concepts in using the Make Controller's Ethernet capabilities.
  6. Debugging How to debug your projects.
  7. IO Sharing An overview of the mechanism used on the Make Controller to prevent double-use of the IO lines.