| 62 | IRsend IrSender; |
| 63 | |
| 64 | IRsend::IRsend() { // @suppress("Class members should be properly initialized") |
| 65 | #if !defined(IR_SEND_PIN) |
| 66 | sendPin = 0; |
| 67 | #endif |
| 68 | } |
| 69 | |
| 70 | /****************************************************************************************************************** |
| 71 | * LED feedback is always enabled for sending. It can only be disabled by using the macro NO_LED_SEND_FEEDBACK_CODE |
nothing calls this directly
no outgoing calls
no test coverage detected