Integrate Peripheral Manager? #11926
                  
                    
                      Xylopyrographer
                    
                  
                
                  started this conversation in
                Question - Community Help
              
            Replies: 1 comment 2 replies
-
| I doubt the peripheral manager will get any traction outside the core (or ESP32 specific things) because it exists to work with the fact that peripherals on ESP32 are not tied to specific pins, therefore it tracks what peripheral is connected to what pin and can free resources if the pin needs another peripheral. If your library uses the Arduino API for RMT, then periman is already in use :) | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I'm updating a library and considering adding integration with Peripheral Manager.
What's the upside for doing so?
Been about three years since its introduction. Is it getting traction outside the arduino-esp32 core?
FWIW, the library is an RMT-based RGB LED driver.
Beta Was this translation helpful? Give feedback.
All reactions