Pic32book

From Mech
Revision as of 16:06, 11 January 2015 by MatthewElwin (talk | contribs)
Jump to navigationJump to search

Welcome to the webpage for the <Title TBD> book about the PIC32 and mechatronics.

A note to Linux users: most of this software may be available via your distribution's package manager.

Chapter 1: Quickstart

  1. Text editors (Choose one)
  2. The gcc compiler
*#. MinGW (Windows)
*#. Xcode (Mac)]
*#. Your distribution's package manager
 *** sudo apt-get install (Ubuntu)
 *** sudo pacman -S gcc (archlinux)
*#.
*#.