MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / lastRead

Method lastRead

libraries/AM232X/AM232X.h:80–80  ·  view source on GitHub ↗

lastRead is in MilliSeconds since start sketch

Source from the content-addressed store, hash-verified

78 int read();
79 // lastRead is in MilliSeconds since start sketch
80 uint32_t lastRead() { return _lastRead; };
81
82 // set readDelay to 0 will reset to datasheet values
83 uint16_t getReadDelay() { return _readDelay; };

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36