项目作者: Ledrunning

项目描述 :
Exaple for ADC pass filter on Atmega 168
高级语言: C
项目地址: git://github.com/Ledrunning/ADC_Example.git
创建时间: 2018-01-30T08:12:29Z
项目社区:https://github.com/Ledrunning/ADC_Example

开源协议:

下载


Multichannel ADC source based on Atmega 168

Demo project to show how the analog-to-digital converter works on the Atmega microcontroller

  • In this project Atmel AVR microcontroller Atmega 168 and 16 x 2 LCD based on HD44780 is used;

  • The project implies an external 8 MHz crystal resonator and precision 5V Voltage Reference;

  • The program is written in C language in Atmel Studio 7 IDE;

  • The program was simulated and debugged in Proteus VSM;

  • FUSEBITS was set only in an external 8MHz crystal oscillator

GitHub Logo