| 82 | FeedbackLEDControl.LedFeedbackEnabled = ENABLE_LED_FEEDBACK; |
| 83 | } |
| 84 | void disableLEDFeedback() { |
| 85 | FeedbackLEDControl.LedFeedbackEnabled = DISABLE_LED_FEEDBACK; |
| 86 | } |
| 87 | |
| 88 | /** |
| 89 | * Flash LED while receiving or sending IR data. Does not check if enabled, this must be done by the caller. |
nothing calls this directly
no outgoing calls
no test coverage detected