
Arduino
我视而不见
上联:这个很简单 下联:细节我不管 横批:you can you up
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
手势
/* DHCP-based IP printer This sketch uses the DHCP extensions to the Ethernet library to get an IP address via DHCP and print the address obtained. using an Arduino Wiznet Ethernet shield.原创 2015-03-03 13:22:42 · 472 阅读 · 0 评论 -
打印IP到 LCD
/* DHCP-based IP printer This sketch uses the DHCP extensions to the Ethernet library to get an IP address via DHCP and print the address obtained. using an Arduino Wiznet Ethernet shield.原创 2015-03-03 13:24:19 · 528 阅读 · 0 评论 -
RF
#include #include #include // Enter a MAC address for your controller below. // Newer Ethernet shields have a MAC address printed on a sticker on the shield byte mac[] = { 0xDE, 0xAD, 0xBE, 0原创 2015-03-03 13:25:36 · 486 阅读 · 0 评论 -
创建远程arduino socket server,远程控制
创建远程arduino socket server , #include #include // Enter a MAC address, IP address and Portnumber for your Server below. // The IP address will be dependent on your local network: byte mac[] = { 0x原创 2015-03-03 13:26:04 · 6478 阅读 · 0 评论 -
电压测量
#include int valsmt; int valflag; void setup() { Serial.begin(9600); } void loop() { float temp; valsmt=analogRead(1); temp=valsmt/4.092; valsmt=(int)t原创 2015-10-28 15:40:58 · 770 阅读 · 0 评论