项目作者: timvandenbroecke

项目描述 :
C projects for the Atmel AVR chip's
高级语言: Makefile
项目地址: git://github.com/timvandenbroecke/Atmel-AVR.git
创建时间: 2019-06-03T08:00:14Z
项目社区:https://github.com/timvandenbroecke/Atmel-AVR

开源协议:

下载


Made with MPLAB X IDE

Here are examples on how to do stuff with the AVR microcontroller chip, i use the “ATMEGA 328P” mostly but will work for other ATMEGA chips too as long if you fallow its pinout datasheet.

AVR_Arduino_UART.X

Written in embedded C.
To make PORT B pin 0 LED light go on and off by serial communication by pressing 1 for LED on, and 0 for LED off.