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

Method getPhase

libraries/AD985X/AD985X.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152
153uint8_t AD9850::getPhase()
154{
155 return (_config >> 3);
156}
157
158
159void AD9850::pulsePin(uint8_t pin)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36