Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: KurtE

Search: Search took 0.02 seconds.

  1. @luni - I was thinking the same thing in my...

    @luni - I was thinking the same thing in my earlier post.


    I never had much luck with pyserial.... but that is a different story. But my assumption, is it filled the USB queue, and then the...
  2. Maybe it is one interrupt interfering with the...

    Maybe it is one interrupt interfering with the other.

    That is, if you have code like this:

    inline void TriggerGenerator::PeriodicCallback()
    {
    digitalWriteFast(pin_, HIGH);
    // REVIEW:...
Results 1 to 2 of 2