#include "mbed.h" #include "stdio.h" DigitalOut myled(LED1); int main() { char buffer[50]; float c = 3.5; n=sprintf (buffer, "%f", ...
確定! 回上一頁