unitialized end time (#413)

This commit is contained in:
Michael Miller
2021-01-25 15:13:56 -08:00
committed by GitHub
parent 79edeccb29
commit 5e7b58ed49

View File

@@ -68,6 +68,8 @@ public:
void Initialize(int8_t sck, int8_t miso, int8_t mosi, int8_t ss)
{
_wire.begin(sck, miso, mosi, ss);
_endTime = micros();
}
#endif