|
9 | 9 | ************************************************************************************ |
10 | 10 | * MIT License |
11 | 11 | * |
12 | | - * Copyright (c) 2015-2022 Ken Shirriff http://www.righto.com, Rafi Khan, Armin Joachimsmeyer |
| 12 | + * Copyright (c) 2015-20232 Ken Shirriff http://www.righto.com, Rafi Khan, Armin Joachimsmeyer |
13 | 13 | * |
14 | 14 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
15 | 15 | * of this software and associated documentation files (the "Software"), to deal |
@@ -499,7 +499,7 @@ class IRsend { |
499 | 499 | void sendRC6(uint8_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats, bool aEnableAutomaticToggle = true); |
500 | 500 | void sendSamsungLGRepeat(); |
501 | 501 | void sendSamsung(uint16_t aAddress, uint16_t aCommand, int_fast8_t aNumberOfRepeats); |
502 | | - void sendSamsung48(uint16_t aAddress, uint16_t aCommand, int_fast8_t aNumberOfRepeats); |
| 502 | + void sendSamsung48(uint16_t aAddress, uint32_t aCommand, int_fast8_t aNumberOfRepeats); |
503 | 503 | void sendSamsungLG(uint16_t aAddress, uint16_t aCommand, int_fast8_t aNumberOfRepeats); |
504 | 504 | void sendSharp(uint8_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats); // redirected to sendDenon |
505 | 505 | void sendSony(uint16_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats, uint8_t numberOfBits = 12); // SIRCS_12_PROTOCOL |
|
0 commit comments