#ifndef ATMEL_START_H_INCLUDED#define ATMEL_START_H_INCLUDED#ifdef __cplusplusextern"C"{#endif#include"driver_init.h"#include"sleep_manager_main.h"/** * Initializes MCU, drivers and middleware in the project **/voidatmel_start_init(void);#ifdef __cplusplus}#endif#endif