Leo Koppel

Results 15 comments of Leo Koppel

Hi Barry, the build failure looks unrelated to this PR. This error is caused by calling `benchmark::DoNotOptimize` with a non-const reference to an object that contains a const subobject. I...

Hi, thanks for the info. Are you seeing an error? It looks like this change would affect pre-installed gtest libraries, which I don't currently test - PRs are appreciated. The...

Not sure about TypeError as the arguments given do match the function definition; they only go awry of the business logic. A custom exception like InterfaceError seems more appropriate. I...

@mikepurvis > The fundamental issue is that CMake packages typically generate installspaces which contain absolute paths and aren't relocatable (unlike catkin packages), and later packages in the same build need...

I don't think it needs to be explicitly supported as long as standard find_\* commands are used: > The CMAKE_STAGING_PREFIX location is also used as a search prefix by the...

Hi Tim, > 4. It is not clear how to use the enable pins EN_START and EN_STOP1 pg 2-10 of the datasheet says to connect STOP1 to VIO IF UNUSED...

The signals look fine to me. Any number of issues may not be visible from the picture. For example, are the grounds on the Arduino, TMC1294, and GP22 shared? >...

It is odd that you would need to use Analog mode for a digital input, but I'm glad you have something working. For TCSPC I had a digital pulse from...

Hi Kevin, I probably can't be much help because it's been so long since I had the equipment and notes, but I will answer what I can. > Could you...

Looks like it is actually an intermittent issue with this download; `curl` failed on one of the travis builds as well. ``` curl: (35) Unknown SSL protocol error in connection...