能同时用一个外部中断的上升沿和下降沿调用2个函数吗

比如:
attachInterrupt(0, 函数1, RISING);
attachInterrupt(0, 函数2, FALLING);

可以吗?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.