Added header with date, licence and author
This commit is contained in:
parent
c26a88d21c
commit
08b1b8de90
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user