| | IR decode disabling Nicolas Delaporte
| | | Hi everybody, I try to disable the IR decoding, as it is written in lib_hb.c that it take 11% of CPU time, and that it is default ON. So I add the line at begin of main : bit_clear(0x39, 0b00000010); to disable it. I noticed no improvement, but when (...) (25 years ago, 3-Apr-00, to lugnet.robotics.handyboard)
| | | | | | | | Re: IR decode disabling Dirk Stueker
| | | | | I came across the same line in the lib_hb.c-file, hoping to achieve more performance but as I was told by Fred Martin, the default setting is OFF. Dirk (25 years ago, 4-Apr-00, to lugnet.robotics.handyboard)
| | | | | | |