mFrame
載入中...
搜尋中...
無符合項目
Applications

Inverted Input Signal Polarity.

Inverted Input Signal PolarityInput signals are inverted before processing, reversing their logical polarity. Logic high (VDD) on the pin is read as logical '0', logic low (GND) as logical '1'. Useful for interfacing with active-low signals and simplifying software logic.

反相輸入信號極性,適用於主動低電平信號介面

Useful for active-low signal sources
Simplifies software when dealing with inverted logic
Common with open-drain/open-collector outputs

:

Particularly useful for:
  • Interrupt inputs from active-low sources
  • Open-drain bus signals (I2C-style)
  • Reset and enable pins with active-low polarity
  • Simplifying conditional logic in software