/microcontroller-projects

A home for a bunch of microcontroller projects which don't warrant their own repos.

Primary LanguageC

microcontroller-projects

A home for my microcontroller projects, including Stubby the Hexapod and others. It includes libraries for avr-gcc along with sample programs on how to use them, some KiCad modules, and the source code for a number of projects.

Some major projects include:

Some of the AVR libraries included here are:

  • serial communications
  • TWI (I2C), with support for master read / master write / slave read / slave write, plus callback functions for asyncronous communications
  • reading data from a PS2 controller
  • timer functions
  • and much more