Jeff-Haas

Results 4 issues of Jeff-Haas

I have two relays that switch on when driven high. However, the UI swaps these, so when powered up, the relay is supposed to be off, the UI shows it's...

### Describe the problem If you have selected something in the Sketchbook, and scroll it off the top, when you open a folder, the highlight jumps back up to the...

topic: code
type: imperfection

In SoftwareSerial.ino, the order of includes needs to be updated. Current version: `#include ` `#include "DYPlayerArduino.h"` `#include ` This will get an error on compilation in Arduino IDE: > Compilation...

I've been trying out the software, and I found that the optimized code is not animating the pixels the same as the regular mode. I'm using FastLED and replacing the...