flipperzero-firmware/assets/compiled/gpio.pb.c
Samuel Yvon 793501d62d
Add GPIO control through RPC (#1282)
* Add GPIO control through RPC
* Assets: sync protobuf to 0.10
* Assets: update protobuf to fixed v10

Co-authored-by: あく <alleteam@gmail.com>
2022-07-05 00:32:06 +09:00

34 lines
644 B
C

/* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.4.5 */
#include "gpio.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.
#endif
PB_BIND(PB_Gpio_SetPinMode, PB_Gpio_SetPinMode, AUTO)
PB_BIND(PB_Gpio_SetInputPull, PB_Gpio_SetInputPull, AUTO)
PB_BIND(PB_Gpio_GetPinMode, PB_Gpio_GetPinMode, AUTO)
PB_BIND(PB_Gpio_GetPinModeResponse, PB_Gpio_GetPinModeResponse, AUTO)
PB_BIND(PB_Gpio_ReadPin, PB_Gpio_ReadPin, AUTO)
PB_BIND(PB_Gpio_ReadPinResponse, PB_Gpio_ReadPinResponse, AUTO)
PB_BIND(PB_Gpio_WritePin, PB_Gpio_WritePin, AUTO)