Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.firmata.board Namespace Reference

Classes

class  FirmataBoard
 

Functions

PymataExpress get_board (Mapping data)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 FirmataPinType
 

Detailed Description

Code to handle a Firmata board.

Function Documentation

◆ get_board()

PymataExpress homeassistant.components.firmata.board.get_board ( Mapping  data)
Create a Pymata board object.

Definition at line 138 of file board.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.firmata.board._LOGGER = logging.getLogger(__name__)
private

Definition at line 31 of file board.py.

◆ FirmataPinType

homeassistant.components.firmata.board.FirmataPinType

Definition at line 33 of file board.py.