コード例 #1
0
ファイル: spi.py プロジェクト: topherCantrell/robotpy-wpilib
 def setChipSelectActiveLow(self) -> None:
     """Configure the chip select line to be active low."""
     hal.setSPIChipSelectActiveLow(self.port)
コード例 #2
0
ファイル: spi.py プロジェクト: robotpy/robotpy-wpilib
 def setChipSelectActiveLow(self) -> None:
     """Configure the chip select line to be active low."""
     hal.setSPIChipSelectActiveLow(self.port)