Skip to content

TwoWire object can now be passed to the constructor

Compare
Choose a tag to compare
@wollewald wollewald released this 16 May 08:28
· 11 commits to master since this release
42c59b3

You can now pass a TwoWire object to the constructor. E.g.:

SI1145_WE mySI1145 = SI1145_WE(&wire2);