commit | 689ae6d25c1750478c00e56a02f745ac6ca2ea1b | [log] [tgz] |
---|---|---|
author | Michael Brase <mbrase@google.com> | Wed Mar 12 10:55:15 2025 -0700 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 12 10:55:15 2025 -0700 |
tree | f7f1cf687de79bdec5439eda51da1b40e9d59291 | |
parent | 55af15ad4b8022f553266af4655b0682e6b0f0d7 [diff] |
pw_rpc: Add python pw_rpc.callback_client.Call object to the docs When I was trying to learn about using the python rpc client, there were some functions provided by the Call base class (such as cancel()), which I was unable to find until I looked at the source code. This CL adds Call to the published docs to prevent similar confusion in the future. Change-Id: I035763dcf3b847108fcb9068fd5636c1fa4f3d3d Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/274832 Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Reviewed-by: Alexei Frolov <frolv@google.com> Commit-Queue: Alexei Frolov <frolv@google.com> Tests-Not-Needed: Michael Brase <mbrase@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.