:py:mod:`lager.pcb.constants` ============================= .. py:module:: lager.pcb.constants Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: lager.pcb.constants.NetType Attributes ~~~~~~~~~~ .. autoapisummary:: lager.pcb.constants.RTC_PORT .. py:data:: RTC_PORT :annotation: = 8080 .. py:class:: NetType Bases: :py:obj:`enum.Enum` Generic enumeration. Derive from this class to define new enumerations. .. py:property:: device_type .. py:attribute:: Analog .. py:attribute:: Logic .. py:attribute:: Waveform .. py:attribute:: Battery .. py:attribute:: ELoad .. py:attribute:: PowerSupply .. py:attribute:: GPIO .. py:method:: from_role(role) :classmethod: