fm24cl64.h 392 B

123456789101112131415161718
  1. /*
  2. * Copyright (c) 2006-2018, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2017-07-17 aubrcool@qq.com 1st version
  9. */
  10. #ifndef __FM24CL64_H__
  11. #define __FM24CL64_H__
  12. #include <rtthread.h>
  13. extern int rt_hw_fm24cl64_init(const char *fm_device_name, const char *i2c_bus);
  14. #endif /*__FM24CL64_H__*/