Benjamin Guest
Benjamin Guest
I'm still experiencing this issue with version 2.2.1 `gem bump patch`, `gem bump minor` and `gem bump patch` all do the same thing, bump the patch version: ie: ``` $...
Seems like a good improvement, what's standing in the way of getting this merged.
What you are talking about is integration or full stacks tests, which are very very different than the unit tests that currently exist. I'd be very wary or leveraging an...
You don't need event machine to do this, ruby threads work just fine. ``` ruby checker_thread = Thread.new do loop do check_your_sensors sleep 1 # or however many seconds you...
Out of curiosity are you running into this problem when you are running the application on the pi or on your desktop / non-pi?
https://github.com/jwhitehorn/pi_piper/blob/develop/lib/pi_piper/spi.rb#L49 Looks like they are there to me?