gpio_app.h 115 B

1234567891011
  1. #pragma once
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5. typedef struct GpioApp GpioApp;
  6. #ifdef __cplusplus
  7. }
  8. #endif