Mock.GPIO
Mock.GPIO copied to clipboard
Made arguments in add_event_detect(..) optional
According to https://sourceforge.net/p/raspberry-gpio-python/code/ci/default/tree/source/py_gpio.c#l676
the last 2 arguments in add_event_detect(..) are optional. This commit reflects that change.