<p>this also means that if you want to make an applet that is "just" some existing applet plus some GPIO straps, this can be done with just 2 lines of code:</p><p>self.gpio_iface = GPIOInterface(self.logger, self.assembly, pins=(args.reset,))<br />await self.gpio_iface.output(0, 1)</p>