Пример #1
0
Файл: base.py Проект: zwm152/uhd
 def list_active_overlays(self):
     """
     Returns a list of currently loaded device tree overlays
     check which dt overlay is loaded currently
     """
     return dtoverlay.list_overlays()
Пример #2
0
Файл: base.py Проект: dkozel/uhd
 def list_active_overlays(self):
     """
     Returns a list of currently loaded device tree overlays
     check which dt overlay is loaded currently
     """
     return dtoverlay.list_overlays()