arduino-alpine-remote
arduino-alpine-remote copied to clipboard
Library should be using a timer
The library just uses delay in order to get the timings correct, which is not the way to solve this. There should be at least one timer used to get the timings right, with a callback to enable the arduino to perform other stuff when sending.