QingmuDeng / AVR_Code

Various AVR demo code written for Atmega328 and/or Olin Electric Motorsports Firmware Dev Board (Atmega16m1). This repository currently include custom libraries for AVR interfacing with the various serial communication protocols.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AVR_Code

Various AVR demo code written for Atmega328 and/or Olin Electric Motorsports Firmware Dev Board (Atmega16m1). This repository currently include custom libraries for AVR interfacing with the following serial communication protocols: Universal Synchronous and Asynchronous Receiver-Transmitter (USART), Serial Peripheral Interface (SPI), and Two-Wire Interface (TWI, still in testing development). There is also a generic library with functions such as millis() that can work with 16, 8, and 1 MHz CPU clock speed.

About

Various AVR demo code written for Atmega328 and/or Olin Electric Motorsports Firmware Dev Board (Atmega16m1). This repository currently include custom libraries for AVR interfacing with the various serial communication protocols.

License:MIT License


Languages

Language:Makefile 74.2%Language:C 25.8%