Added header with date, licence and author

This commit is contained in:
anschrammh 2023-04-05 08:04:52 +02:00
parent c26a88d21c
commit 08b1b8de90
2 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,13 @@
/**
* @file i2c.c
* @author Anatole SCHRAMM-HENRY
* @brief I2C base functions API source file
* @version 0.1
* @date 2023-04-04
*
* @copyright MIT
*
*/
#include "wm_type_def.h"
#include "wm_io.h"
#include "wm_gpio_afsel.h"

View File

@ -1,3 +1,12 @@
/**
* @file i2c.h
* @author Anatole SCHRAMM-HENRY
* @brief I2C base functions API header file
* @version 0.1
* @date 2023-04-04
*
* @copyright MIT
*/
#ifndef I2C_H
#define I2C_H