Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revision Both sides next revision
blocks:drivers:ir [2018-04-22 12:52]
admin created
blocks:drivers:ir [2018-04-22 12:55]
admin [Creating a dedicated device driver]
Line 79: Line 79:
 By creating a specialized device driver for the complete system, including the iTach as well as the device being controlled, you can get a solution that's easier to program and use, while often also being more reliable. By creating a specialized device driver for the complete system, including the iTach as well as the device being controlled, you can get a solution that's easier to program and use, while often also being more reliable.
  
-You can find an example of such driver our open source [[https://github.com/pixilab/blocks-script/blob/master/driver/iTachIR.ts|driver collection]] on github.+You can find an example of such an iTach driver in our open source [[https://github.com/pixilab/blocks-script/blob/master/driver/iTachIR.ts|driver collection]] on github.