Get the latest tech news
pw_rpc: Efficient, low-code-size RPC system for embedded devices
# Efficient, low-code-size RPC system for embedded devices Stable C++ Java JavaScript Python TypeScript /* //applications/blinky/blinky.proto */ syntax = "proto3"; package blinky; import "pw_protobuf_protos/common.proto"; service Blinky { // Toggles the LED on or off. rpc ToggleLed(pw.protobuf.Empty) returns (pw.protobuf.Empty); // Continuously blinks the board LED a specified number of times.
Or read this on Hacker News