bengtmartensson/Infrared4Arduino

Rewrite digitalRead and digitalWrite in time critical code.

bengtmartensson opened this issue · 0 comments

These functions (which all "real professionals" hate :-)) do some constant computations at each invocation. These intermediate results can be kept as local variables in calling classes. Portability must not be sacrificed.

Possible usable libraries:

Branch: speedup.