Files
firmware/right/src/init_peripherals.h
2017-10-07 16:37:20 +02:00

14 lines
191 B
C

#ifndef __INIT_PERIPHERALS_H__
#define __INIT_PERIPHERALS_H__
// Includes
#include "fsl_common.h"
// Functions:
void InitPeripherals(void);
void InitI2cMainBus(void);
#endif