We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a50390 commit 9c83730Copy full SHA for 9c83730
src/viam/sdk/components/board.hpp
@@ -32,9 +32,9 @@ class Board : public Component {
32
/// more details.
33
struct analog_value {
34
int32_t value;
35
- float min_range; // Minimum possible voltage read by the analog reader
36
- float max_range; // Maximum possible voltage read by the analog reader
37
- float step_size; // Volts represented in each step in the value
+ float min_range; // Minimum possible voltage read by the analog reader
+ float max_range; // Maximum possible voltage read by the analog reader
+ float step_size; // Volts represented in each step in the value
38
};
39
40
/// @brief Depending on the type of digital interrupt, this can have different meanings. If a
0 commit comments