j5.boards.sb package

Module contents

SourceBots Boards.

class j5.boards.sb.SBArduinoBoard(serial: str, backend: j5.backends.backend.Backend)[source]

Bases: j5.boards.arduino.uno.ArduinoUno

SourceBots Arduino Board.

FIRMWARE_MODES = {<class 'j5.components.derived.ultrasound.UltrasoundSensor'>}
static supported_components() → Set[Type[j5.components.component.Component]][source]

List the types of components supported by this board.

Returns:Set of components supported by the board.