Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions src/viam/components/board/board.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import abc
from dataclasses import dataclass
from datetime import timedelta
from multiprocessing import Queue
from typing import Any, Callable, Dict, Final, List, Optional
Expand All @@ -25,13 +24,6 @@ class Board(ComponentBase):

SUBTYPE: Final = Subtype(RESOURCE_NAMESPACE_RDK, RESOURCE_TYPE_COMPONENT, "board")

@dataclass
class Attributes:
remote: bool
"""
Indicates whether this board is accessed over a remote connection, e.g. gRPC.
"""

class AnalogReader(ComponentBase):
"""
AnalogReader represents an analog pin reader that resides on a Board.
Expand Down