fm24cl64.h 572 B

12345678910111213141516171819202122
  1. /*
  2. * File : fm24cl64.h
  3. * This file is part of RT-Thread RTOS
  4. * COPYRIGHT (C) 2017, RT-Thread Development Team
  5. *
  6. * The license and distribution terms for this file may be
  7. * found in the file LICENSE in this distribution or at
  8. * http://www.rt-thread.org/license/LICENSE
  9. *
  10. * Change Logs:
  11. * Date Author Notes
  12. * 2017-07-17 aubrcool@qq.com 1st version
  13. */
  14. #ifndef __FM24CL64_H__
  15. #define __FM24CL64_H__
  16. #include <rtthread.h>
  17. extern int rt_hw_fm24cl64_init(const char *fm_device_name, const char *i2c_bus);
  18. #endif /*__FM24CL64_H__*/