sdunlap

Results 1 issues of sdunlap

This is a minor issue and may be hardware-dependent. If you call `digitalReadBulk()` immediately before calling `analogRead()`, the `analogRead()` will _almost_ always return 1024. Adding `delay(1);` between the commands fixes...