Skip to content

Commit

Permalink
Update Sc16is7x2.Spi.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens authored Jan 4, 2025
1 parent 2bd8543 commit cb9335d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public Sc16is7x2(ISpiBus spiBus, Frequency oscillatorFrequency, IDigitalOutputPo
: this(oscillatorFrequency, irq, latchGpioInterrupt)
{
_spiComms = new SpiCommunications(spiBus, chipSelect, DefaultSpiBusSpeed);
Reset(); // We need to call this _after_ the SPI communications object is created
Reset();
}
}
}
}

0 comments on commit cb9335d

Please sign in to comment.