You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reviewing code I noted the following on line 101 on src/deck/drivers/src/flowdeck_v1_v2.c
pixelAverages.averageX[pixelAverages.ptr] = (float32_t)accpy;
should probably be:
pixelAverages.averageY[pixelAverages.ptr] = (float32_t)accpy;
Sorry... My dev environment is not currently set up or I would submit a pull request instead.
The text was updated successfully, but these errors were encountered:
Reviewing code I noted the following on line 101 on src/deck/drivers/src/flowdeck_v1_v2.c
pixelAverages.averageX[pixelAverages.ptr] = (float32_t)accpy;
should probably be:
pixelAverages.averageY[pixelAverages.ptr] = (float32_t)accpy;
Sorry... My dev environment is not currently set up or I would submit a pull request instead.
The text was updated successfully, but these errors were encountered: