j5.boards.sr.v4.ruggeduino module

Classes for the Student Robotics Ruggeduino.

It’s similar to the Sourcebots Arduino, but without official ultrasound support.

class j5.boards.sr.v4.ruggeduino.Ruggeduino(serial: str, backend: j5.backends.backend.Backend)[source]

Bases: j5.boards.arduino.uno.ArduinoUno

Student Robotics Ruggeduino board.

name = 'Ruggeduino'
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.