Closed
Description
Setting a PinAlarm does not work when using this MagTag library.
I am using circuitpython v6
This is due to peripherals.py
initializing all of the button pins to be used by the *_pressed()
methods.
When trying to set a PinAlarm I receive the following error:
Traceback (most recent call last):
File "code.py", line 265, in <module>
ValueError: BUTTON_A in use