有用的链接在这里:http://hi.baidu.com/mizuda/item/06b7fdc1d0e45a0ec710b2dd 更加详细的内容请查阅Arduino官方:http://arduino.cc/en/Serial/Write 代码如下: /* *SendBinary sketch *Send a header followed by two random integer values as binary data. */ int intValue; // an short inte
/* DS3231_test.pde Eric Ayars 4/11 Test/demo of read routines for a DS3231 RTC. Turn on the serial monitor after loading this to check if things are working as they should. */ #include <DS3231.h> #include <Wire.h> #include <EEPROM.h> #de