AVRly - AVR Development Resources
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234567]
  content
  anatomy-of-embedded-firmware
  layout-and-documentation-examples
 filename.cThe brief description goes here, keep it relatively short and to the point
 filename.hThe brief description goes here, keep it relatively short and to the point
 main.cMain source file where main() routine is called
 pin_defines.hPin and port definitions for the project
  getting-started
  source
 blink.cDriver for example application from Getting Started with Blink. This file also serves to demonstrate the anatomy of embedded firmware
 blink.hDriver for example application from Getting Started with Blink. This file also serves to demonstrate the anatomy of embedded firmware
 main.cMain routine for the Blink example application in Getting Started. This file also serves to demonstrate the anatomy of embedded firmware
 pin_defines.hPin and port definitions for Getting Started with Blink. This file also serves to demonstrate the anatomy of embedded firmware
  modules
  avr-peripheral-features
  i2c
 atmega_i2c.cI2C communications driver for AVR MCU's
 atmega_i2c.hI2C communications driver for AVR MCU's
 pin_defines.hDefinitions for pin mapping
  spi
 atmega_spi.cDriver for SPI communication between the ATmega328P and other SPI compatible devices
 atmega_spi.hDriver for SPI communication between the ATmega328P and other SPI compatible devices
 pin_defines.hDefinitions for pin mapping for SPI with the ATmega328P
  timer-counter
  am-radio-transmitter
  example
  digital-clock
  example
  usart
  example
 main.cExample main routine demonstrating the USART driver
 usart.cDriver file providing core USART communication between the target MCU and your PC. This file was adapted from Elliot Williams' Github repo hexagon5un. (link in the see also section below)
 usart.hDriver file providing core USART communication between the target MCU and your PC. This file was adapted from Elliot Williams' Github repo hexagon5un (link in the see also section below). NOTE: This driver does involve blocking waits, this may be improved on in a later version
  data-converters
  mcp48x2_dac
  example
 atmega_spi.cDriver for SPI communication between the ATmega328P and other SPI compatible devices
 atmega_spi.hDriver for SPI communication between the ATmega328P and other SPI compatible devices
 log_system.cDriver file providing logging functionality over USART, to print debug messages and values to a teminal program on your PC
 log_system.hDriver file providing logging functionality over USART, to print debug messages and values to a teminal program on your PC
 main.cExample main routine demonstrating the mcp48x2 DAC driver
 mcp48x2_dac.cDriver for the MCP4812 10 bit DAC (digital to analog converter) chip
 mcp48x2_dac.hDriver for the MCP4812 10 bit DAC (digital to analog converter) chip
 pin_defines.hDefinitions for pin mapping (for mcp4812_dac)
 usart.cDriver file providing core USART communication between the target MCU and your PC
 usart.hDriver file providing core USART communication between the target MCU and your PC
  debug-tools
  log-system
  example
 log_system.cDriver file providing logging functionality over USART, to print debug messages and values to a teminal program on your PC
 log_system.hDriver file providing logging functionality over USART, to print debug messages and values to a teminal program on your PC
 main.cMain routine for log_system example application
 usart.cDriver file providing core USART communication between the target MCU and your PC. This file was adapted from Elliot Williams' Github repo hexagon5un. (link in the see also section below)
 usart.hDriver file providing core USART communication between the target MCU and your PC. This file was adapted from Elliot Williams' Github repo hexagon5un (link in the see also section below). NOTE: This driver does involve blocking waits, this may be improved on in a later version
  displays
  hd44780_lcd
  example
 hd44780_lcd.cDriver for the HD44780 based 16x2 liquid crystal display
 hd44780_lcd.hDriver for the HD44780 based 16x2 liquid crystal display
 main.cExample main routine demonstrating the HD44780 based 16x2 liquid crystal display
 pin_defines.c
 pin_defines.hDefinitions for pin mapping (for hd44780_lcd)
  sensors
  bme280_sensor
  example
 atmega_i2c.cI2C communications driver for AVR MCU's
 atmega_i2c.hI2C communications driver for AVR MCU's
 bme280.c
 bme280.h
 log_system.cDriver file providing logging functionality over USART, to print debug messages and values to a teminal program on your PC
 log_system.hDriver file providing logging functionality over USART, to print debug messages and values to a teminal program on your PC
 main.cExample main routine demonstrating the BME280 sensor
 pin_defines.hDefinitions for pin mapping
 usart.cDriver file providing core USART communication between the target MCU and your PC. This file was adapted from Elliot Williams' Github repo hexagon5un. (link in the see also section below)
 usart.hDriver file providing core USART communication between the target MCU and your PC. This file was adapted from Elliot Williams' Github repo hexagon5un (link in the see also section below). NOTE: This driver does involve blocking waits, this may be improved on in a later version
  ccs811_sensor
  example
 ccs811.cDriver for the CCS811 gas sensor
 ccs811.hDriver for the CCS811 gas sensor
 i2c.cI2C communications driver for AVR MCU's
 i2c.hI2C communications driver for AVR MCU's
 log_system.cDriver file providing logging functionality over USART, to print debug messages and values to a teminal program on your PC
 log_system.hDriver file providing logging functionality over USART, to print debug messages and values to a teminal program on your PC
 main.cExample main routine to demonstrate taking readings using the CCS811 gas sensor.
 pin_defines.hDefinitions for pin mapping (for CCS81 gas sensor)
 usart.cDriver file providing core USART communication between the target MCU and your PC
 usart.hDriver file providing core USART communication between the target MCU and your PC
 modules.h