Shawn Silverman

Results 158 comments of Shawn Silverman

Now that you mention it, you’re saying commercial, closed-source software will only use my validator project if it’s completely free _and_ unencumbered. Why on earth would I want to spend...

So now my project is worth $0. Classy.

This issue is becoming insulting and less constructive each comment. To future readers of this issue: this is a great example of how to step on and insult someone’s hobby....

@nicklasb thanks for the question. This might be a better discussion to have outside of the GitHub issue. Send me an email and we can arrange to discuss.

@nicklasb just following up, in case I didn’t see an email from you.

Thanks for this report and I’m really happy you’re using this successfully in your projects. :) Question: why would slightly longer delays (due to the stopped interrupts?) in the DMX...

Some questions: 1. Which version of Teensyduino? 2. Which version of TeensyDMX? 3. Can you show me what your receiver code looks like? 4. Where exactly is that extra 50-100us...

Do either of the following changes still cause a glitch (I want to see which of the cases gets executed --- it's the change-one-thing-at-a-time approach): First: ```c++ if (len !=...

I’m hearing some contradictory things. On one hand you’re saying that the glitch on the receiver side happens when it sees all zeros. On the other hand you’re saying that...

I just noticed your edit on one of your comments saying the glitch happens in my second test code block (i.e. the “else” block). Can you try this block of...