ERIS CORE

◆ setPosition()

void AppWren::setPosition ( int16_t  newOriginX,
int16_t  newOriginY 
)

Set the Position object/n receiver for the wren c callback function setPositionCallback.

Parameters
newOriginX
newOriginY

Definition at line 1732 of file AppWren.cpp.

1732  {
1733  AppBaseClass::setPosition(newOriginX, newOriginY);
1734 }
void setPosition(int16_t new_origin_x, int16_t new_origin_y)
Set the Position object.
Definition: AppBaseClass.h:129

References AppBaseClass::setPosition().

Referenced by setPositionCallback().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: