pin_map.h 356 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (c) 2019 Winner Microelectronics Co., Ltd.
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2018-11-21 fanwenl first version
  9. */
  10. #ifndef __PIN_MAP_H__
  11. #define __PIN_MAP_H__
  12. #include <rtthread.h>
  13. #define WM_PIN_DEFAULT (-1)
  14. rt_int16_t wm_get_pin(rt_base_t pin_index);
  15. #endif