What is Hackers' Pub?
Hackers' Pub is a place for software engineers to share their knowledge and experience with each other. It's also an ActivityPub-enabled social network, so you can follow your favorite hackers in the fediverse and get their latest posts in your feed.


![class Mode(enum.IntEnum, shape=2):
IdleLow_SampleRising = 0 # CPOL=0, CPHA=0
IdleLow_SampleFalling = 1 # CPOL=0, CPHA=1
IdleHigh_SampleFalling = 2 # CPOL=1, CPHA=0
IdleHigh_SampleRising = 3 # CPOL=1, CPHA=1
@classmethod
def from_cpol_cpha(cls, cpol: Literal[0, 1], cpha: Literal[0, 1]):
return cls(cpol << 1 | cpha)](https://files.mastodon.social/media_attachments/files/115/647/484/755/806/014/original/612133ac14195a61.png)













DevelopersIO 

