David Grayson

Results 98 comments of David Grayson

For what it's worth, I recently developed a library that supports multiple I2C "engines". I wanted the library to work on smbus2 in Python 3 and also the machine.I2C class...

The [Pushbutton library](https://github.com/pololu/pushbutton-arduino) can also be used. It can be used with any type of button wiring and it handles debouncing.

Are there any forks of `watchr` that still maintain the same interface/usage? The problem with the observr gem is that you have to type `observr` on the command line instead...

Change 2 seems OK, but for change 1, the intention is to just use this standard CMake variable which automatically controls what type of library gets built, instead of defining...

I committed @bruce87en 's improvement 2 and then I made some more improvements to the CMake code; you all are welcome to check it out. There is no longer any...

I think that using libusbp's CMake files (instead of just installing it and using the pkg-config files) and also expecting its library to be a different type than the default...

In `get_usb_device_serial` I see you are connecting to the device (which could fail if the device is open by another process), and performing I/O to get its serial number. I...

Thanks for looking into it and identifying what the bug really is.