You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## HACK: PySDK: write_analog currently borked; deprecated in favor of write: https://python.viam.dev/autoapi/viam/components/board/client/index.html#viam.components.board.client.BoardClient.write_analog
Copy file name to clipboardexpand all lines: static/include/components/apis/generated/board-table.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@
7
7
|[`SetPWM`](/appendix/apis/components/board/#setpwm)| Set the pin's Pulse-width modulation (PWM) duty cycle: a float [`0.0`, `1.0`] indicating the percentage of time the digital signal output of this pin is in the high state (active, >0V) relative to the interval period of the PWM signal (interval period being the mathematical inverse of the PWM frequency). | <pclass="center-text"><iclass="fas fa-check"title="yes"></i></p> |
8
8
|[`PWMFrequency`](/appendix/apis/components/board/#pwmfrequency)| Get the PWM frequency of the GPIO pin. | <pclass="center-text"><iclass="fas fa-check"title="yes"></i></p> |
9
9
|[`SetPWMFrequency`](/appendix/apis/components/board/#setpwmfrequency)| Set the pin to the given PWM `frequency` (in Hz). When `frequency` is 0, it will use the board’s default PWM frequency. | <pclass="center-text"><iclass="fas fa-check"title="yes"></i></p> |
10
-
|[`AnalogByName`](/appendix/apis/components/board/#analogbyname)| Get a configured `Analog` by `name`. | <pclass="center-text"><iclass="fas fa-times"title="no"></i></p> |
11
-
|[`Write`](/appendix/apis/components/board/#write)|Write an analog value to a pin on the board. | <pclass="center-text"><iclass="fas fa-check"title="yes"></i></p> |
12
-
|[`GetDigitalInterruptValue`](/appendix/apis/components/board/#getdigitalinterruptvalue)|Get a configured `DigitalInterrupt` by `name`. | <pclass="center-text"><iclass="fas fa-times"title="no"></i></p> |
10
+
|[`GetDigitalInterruptValue`](/appendix/apis/components/board/#getdigitalinterruptvalue)| Get the current value of a configured digital interrupt. | <pclass="center-text"><iclass="fas fa-times"title="no"></i></p> |
11
+
|[`ReadAnalogReader`](/appendix/apis/components/board/#readanalogreader)|Read the current integer value of the digital signal output by the ADC. | <pclass="center-text"><iclass="fas fa-check"title="yes"></i></p> |
12
+
|[`WriteAnalog`](/appendix/apis/components/board/#writeanalog)|Write an analog value to a pin on the board. | <pclass="center-text"><iclass="fas fa-check"title="yes"></i></p> |
13
13
|[`StreamTicks`](/appendix/apis/components/board/#streamticks)| Start a stream of `DigitalInterrupt` ticks. | <pclass="center-text"><iclass="fas fa-times"title="no"></i></p> |
14
14
|[`SetPowerMode`](/appendix/apis/components/board/#setpowermode)| Set the board to the indicated `PowerMode`. | <pclass="center-text"><iclass="fas fa-times"title="no"></i></p> |
15
-
|[`GetGeometries`](/appendix/apis/components/board/#getgeometries)| Get all the geometries associated with the board in its current configuration, in the frame of the board. | <pclass="center-text"><iclass="fas fa-times"title="no"></i></p> |
16
-
|[`Read`](/appendix/apis/components/board/#read)| Read the current integer value of the digital signal output by the ADC. | <pclass="center-text"><iclass="fas fa-check"title="yes"></i></p> |
17
-
|[`Value`](/appendix/apis/components/board/#value)| Get the current value of this interrupt. | <pclass="center-text"><iclass="fas fa-times"title="no"></i></p> |
15
+
|[`AnalogByName`](/appendix/apis/components/board/#analogbyname)| Get a configured `Analog` by `name`. | <pclass="center-text"><iclass="fas fa-times"title="no"></i></p> |
16
+
|[`DigitalInterruptByName`](/appendix/apis/components/board/#digitalinterruptbyname)| Get a DigitalInterrupt by `name`. | <pclass="center-text"><iclass="fas fa-times"title="no"></i></p> |
18
17
|[`GPIOPinByName`](/appendix/apis/components/board/#gpiopinbyname)| Get a `GPIOPin` by {{< glossary_tooltip term_id="pin-number" text="pin number" >}}. | <pclass="center-text"><iclass="fas fa-times"title="no"></i></p> |
18
+
|[`GetGeometries`](/appendix/apis/components/board/#getgeometries)| Get all the geometries associated with the board in its current configuration, in the frame of the board. | <pclass="center-text"><iclass="fas fa-times"title="no"></i></p> |
19
19
|[`Reconfigure`](/appendix/apis/components/board/#reconfigure)| Reconfigure this resource. | <pclass="center-text"><iclass="fas fa-times"title="no"></i></p> |
20
20
|[`DoCommand`](/appendix/apis/components/board/#docommand)| Execute model-specific commands that are not otherwise defined by the component API. | <pclass="center-text"><iclass="fas fa-check"title="yes"></i></p> |
21
21
|[`Name`](/appendix/apis/components/board/#name)| Get the name of the digital interrupt. | <pclass="center-text"><iclass="fas fa-times"title="no"></i></p> |
0 commit comments