arduino-alpine-remote icon indicating copy to clipboard operation
arduino-alpine-remote copied to clipboard

Library should be using a timer

Open Wnthr opened this issue 8 years ago • 0 comments

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.

Wnthr avatar Jul 31 '16 21:07 Wnthr