Neil Banerjee

Results 2 issues of Neil Banerjee

When I include the library in Arduino IDE, and compile for the Arduino Nano 33 BLE/BLE Sense boards, I get some errors due to `D1` and `D2` being #define-d in...

My fix for #20. I renamed a couple of variables `D1` and `D2` as they were causing a conflict with certain Arduino headers for the Nano 33 BLE. I also...