Open ThomasNels opened 4 weeks ago
As mentioned in PR #8 issues happened when it came to using the IDE for this. Possible solutions are to create a library similar to the other two examples. I couldn't reach this point due to limited time, but like I mentioned the most likely solution is to somehow compile the .h/.cpp into something that can be run as a library from the .ino file. It is still unclear what the best solution is.
Documentation and Example for Algorithm 01 This would create the example for the Arduino section of the code. This means the entire documentation for how an EmotiBit user can run an algorithm on the firmware itself.
Solution This would involve using the alg01.h and .cpp file to run the rounding algorithm and make sure everything is working in that situation.