1 from adafruit_blinka import Enum, agnostic
5 def __init__(self, id):
6 """Identifier for pin, referencing platform-specific pin id"""
10 if agnostic.microcontroller == "esp8266":
12 elif agnostic.microcontroller == "stm32":
15 raise NotImplementedError("Microcontroller not supported")