Add hardware probe and single-pixel test commands

- probe: toggles LD/CLK, reads DI state at each step, tests single pixel
- pixel0/pixel1: single pixel at max brightness for testing
- Increased LD pulse timing to 20us
- Increased CLK timing to 2us
- NeoPixel brightness raised to 80
This commit is contained in:
2026-06-23 13:45:37 +00:00
parent 07e5cd8994
commit 70097057fb
3 changed files with 72 additions and 10 deletions
+1
View File
@@ -21,6 +21,7 @@ public:
void show();
void dump();
void probe();
private:
uint8_t pin_dat;