Skip to content

Commit a67a2cb

Browse files
committed
Remove duplicate (de)allocateMultiplePins
1 parent f9a6a3d commit a67a2cb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

wled00/pin_manager.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,6 @@ namespace PinManager {
9494
[[deprecated("Replaced by two-parameter deallocatePin(gpio, ownerTag), for improved debugging")]]
9595
inline void deallocatePin(byte gpio) { deallocatePin(gpio, PinOwner::None); }
9696

97-
// De-allocates multiple pins but only if all can be deallocated (PinOwner has to be specified)
98-
bool deallocateMultiplePins(const uint8_t *pinArray, byte arrayElementCount, PinOwner tag);
99-
bool deallocateMultiplePins(const managed_pin_type *pinArray, byte arrayElementCount, PinOwner tag);
100-
101-
bool allocateMultiplePins(const managed_pin_type * mptArray, byte arrayElementCount, PinOwner tag );
102-
bool allocateMultiplePins(const int8_t * mptArray, byte arrayElementCount, PinOwner tag, boolean output);
103-
10497
// will return true for reserved pins
10598
bool isPinAllocated(byte gpio, PinOwner tag = PinOwner::None);
10699
// will return false for reserved pins

0 commit comments

Comments
 (0)