Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 455 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 455 Bytes

ADC to Digital converter with light sensor

Using light sensor ADC values as input values and display the current level of brightness using LEDs

With 0 being the no light and 255 as full brightness

Prerequisites

  • AVR-GCC for linking
  • AVR-GDB for debugging
  • AVR-Libc for support libraries
  • AVRDUDE for uploading code to the on-chip memeories of Michrochip's AVR controller

Usage

To compile: make all

To run: make main-install