#include "mbed.h" Serial self(PC_12,PD_2); Serial pc(USBTX,USBRX); DigitalOut led1(LED1); int data; void toggle_led() { led1 = !led1; ...
確定! 回上一頁