Jacob Rosenthal
Jacob Rosenthal
Im having trouble disconnecting at all with noble right now. Researching that and Ill get back to this.
Its the example, not the library. Feel free to tweak the control-c handling. I believe the new timeout in the 2.0.0 release today will help.
Mine looks like this https://gist.github.com/anonymous/429ba5b78268a10f8904 On Mon, Dec 22, 2014 at 12:43 AM, Russ Nelson [email protected] wrote: > — > Reply to this email directly or view it on GitHub...
Correct we went to 2.0.0 earlier this week and are at 2.0.2 as of today. delete your node_modules directory and npm install to get the newest package. On Wed, Dec...
I havent looked at the bean api in many moons at this point, but presumably no. By not having the ble connection open, and your arduino code using the bean.sleep...
Please pull request your feedback.
No thoughts really. Seems fine.
Why dont we use a gitter https://gitter.im/jacobrosenthal/ble-bean
```rust unsafe { USB_HID = Some(HIDClass::new(&bus_allocator, MouseReport::desc(), 60)); USB_BUS = Some( UsbDeviceBuilder::new(&bus_allocator, UsbVidPid(0x16c0, 0x27dd)) .manufacturer("Fake company") .product("Twitchy Mousey") .serial_number("TEST") .device_class(0xEF) //
Sure that exists on arduino so our mock should support it. Further for me, I have a bunch of Serial tools that Im testing. I have tools that split the...