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

Method reset

libraries/AD520X/AD520X.cpp:175–180  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////////// OTHER

Source from the content-addressed store, hash-verified

173// OTHER
174//
175void AD520X::reset(uint8_t value)
176{
177 digitalWrite(_reset, LOW);
178 digitalWrite(_reset, HIGH);
179 setAll(value);
180}
181
182
183uint8_t AD520X::pmCount()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36