hugopeeters
Results
2
issues of
hugopeeters
I notice you filter the Bluetooth device list based on prefix "GiC". Please be aware that, with the new GiiKER SuperCube app, you can rename your cube.
Suggestion to use custom function: ``` int myPow2(int n) // returns 2^n, calculated in integer math { int result = 1; if (n = 0) return result; else if (...