C. Daniel Eguia

Results 3 comments of C. Daniel Eguia

VS Code Catch plugins: + [Test Exporer UI](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer) + [Catch2 and Google Test Explorer](https://marketplace.visualstudio.com/items?itemName=matepek.vscode-catch2-test-adapter) Place `catch2TestExplorer.executables: "./build/*"` somewhere in your `settings.json` file. Currently mine is set to: ``` "catch2TestExplorer.executables": {...

I do not like the return value of an array... I would prefer that a `NeoPixelColors` be returned instead.

In Java it would look like ``` function getLedValues (led: number) { // Get the current values for all leds let current_buff = strip.buf // Break up the buffer into...