AVRly - AVR Development Resources
example Directory Reference

Files

file  atmega_spi.c [code]
 Driver for SPI communication between the ATmega328P and other SPI compatible devices.
 
file  atmega_spi.h [code]
 Driver for SPI communication between the ATmega328P and other SPI compatible devices.
 
file  log_system.c [code]
 Driver file providing logging functionality over USART, to print debug messages and values to a teminal program on your PC.
 
file  log_system.h [code]
 Driver file providing logging functionality over USART, to print debug messages and values to a teminal program on your PC.
 
file  main.c [code]
 Example main routine demonstrating the mcp48x2 DAC driver.
 
file  mcp48x2_dac.c [code]
 Driver for the MCP4812 10 bit DAC (digital to analog converter) chip.
 
file  mcp48x2_dac.h [code]
 Driver for the MCP4812 10 bit DAC (digital to analog converter) chip.
 
file  pin_defines.h [code]
 Definitions for pin mapping (for mcp4812_dac)
 
file  usart.c [code]
 Driver file providing core USART communication between the target MCU and your PC.
 
file  usart.h [code]
 Driver file providing core USART communication between the target MCU and your PC.