| 409 | PROTOCOL_IS_MSB_FIRST); |
| 410 | } |
| 411 | void IRsend::sendSAMSUNG(unsigned long data, int nbits) { |
| 412 | sendSamsungMSB(data, nbits); |
| 413 | } |
| 414 | |
| 415 | /** @}*/ |
| 416 | #include "LocalDebugLevelEnd.h" |
nothing calls this directly
no outgoing calls
no test coverage detected