#include "Adafruit_MCP23017.h" ... Adafruit_MCP23017 mcp; ... void setup() { mcp.begin(1); mcp.pinMode(0,INPUT); ... } ... #if defined ...
確定! 回上一頁