add header notes
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1717 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
a5cec9ca65
commit
6f6903688b
|
@ -1,3 +1,17 @@
|
|||
/*
|
||||
* File : 24LCxx.c
|
||||
* This file is part of RT-Thread RTOS
|
||||
* COPYRIGHT (C) 2006, RT-Thread Development Team
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rt-thread.org/license/LICENSE
|
||||
*
|
||||
* Change Logs:
|
||||
* Date Author Notes
|
||||
* 2011-09-21 JoyChen First version, support 24LC024H eeprom device
|
||||
*/
|
||||
|
||||
#include <rtthread.h>
|
||||
#include "i2c.h"
|
||||
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
/*
|
||||
* File : i2c.c
|
||||
* This file is part of RT-Thread RTOS
|
||||
* COPYRIGHT (C) 2006, RT-Thread Development Team
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rt-thread.org/license/LICENSE
|
||||
*
|
||||
* Change Logs:
|
||||
* Date Author Notes
|
||||
* 2011-09-21 JoyChen First version, support I2C1
|
||||
*/
|
||||
|
||||
#include <rtthread.h>
|
||||
#include "i2c.h"
|
||||
|
|
Loading…
Reference in New Issue