Files

  • Not Found
  • Invalid object requested. SHA must identify a commit or a tree.
Last update 5 years 4 months
Filescode
..
Config
include
src
utils
EEPROM_ATM328.h
atmel_start.c
atmel_start.h
driver_isr.c
main.c
atmel_start.c
#include <atmel_start.h> /** * Initializes MCU, drivers and middleware in the project **/ void atmel_start_init(void) { system_init(); }
Report a bug