Xun Yang
Xun Yang
As Serial1 is the hardware serial in Leonardo, while in examples Serial is used, it generates an error: error: no matching function for call to 'EasyTransfer::begin(byte_, unsigned int, Serial__)' candidates...
## 🐛 Bug report When trying out the with-vendor-bundle example, vendor bundles seem a bit pointless. ### Current Behavior When doing `yarn build`, with the current setup, most vendor code...
**System:** Ubuntu 16.04 LTS **Browser:** Firefox **plugin version:** downloaded from bin/Linux_x86_64/npjUART.so at commit 979c040 **Test process:** Have an Arduino board constantly sending data to serial port connected to computer. With...
Fixes issue 19 https://github.com/zellwk/mappy-breakpoints/issues/19
To stop a continuous rotation servo, one can write 90 to it. However if the servo is of bad quality, it can be difficult to stop entirely. To fix this...
Hi, I've been evaluating the plugin with a bare bone ts + vitest setting, and realized that the current version does not work with typescript 5.6 Tested with 5.5.4 and...
### What is the current behavior? `addEndListener` on `Transition` has two arguments, `node` and `done`. `node` is a function and `done` is undefined. ### What is the expected behavior? `node`...