gpio.pb.c 644 B

123456789101112131415161718192021222324252627282930313233
  1. /* Automatically generated nanopb constant definitions */
  2. /* Generated by nanopb-0.4.5 */
  3. #include "gpio.pb.h"
  4. #if PB_PROTO_HEADER_VERSION != 40
  5. #error Regenerate this file with the current version of nanopb generator.
  6. #endif
  7. PB_BIND(PB_Gpio_SetPinMode, PB_Gpio_SetPinMode, AUTO)
  8. PB_BIND(PB_Gpio_SetInputPull, PB_Gpio_SetInputPull, AUTO)
  9. PB_BIND(PB_Gpio_GetPinMode, PB_Gpio_GetPinMode, AUTO)
  10. PB_BIND(PB_Gpio_GetPinModeResponse, PB_Gpio_GetPinModeResponse, AUTO)
  11. PB_BIND(PB_Gpio_ReadPin, PB_Gpio_ReadPin, AUTO)
  12. PB_BIND(PB_Gpio_ReadPinResponse, PB_Gpio_ReadPinResponse, AUTO)
  13. PB_BIND(PB_Gpio_WritePin, PB_Gpio_WritePin, AUTO)