Linker LED 10mm LED灯兼容Arduino、树莓派 超Grove(四色可选)

  • Linker LED 10mm LED灯兼容Arduino、树莓派 超Grove(四色可选)
  • 所属分类:
    发货地:延安
  • 价    格:14
  • 市场价格:
  • 今日价格: 有特价请联系
  • 优惠详情: 剩余数量总共数量
  • 最近热度:
  • 累计热度: 94
  • 综合得分:
  • 信誉得分:
  • 品牌:
  • 货号:c8ae685ec86
  • 立刻联系购买联系商家pcduino中国

        本商品由pcduino中国提供,通过pcduino中国完成交易,请放心购物

 

产品编号:1  

产品型号:红色 LINKER_10MMRED     黄色 LINKER_10MMYELLOW  

                   绿色 LINKER_10MMGreen    蓝色 LINKER_10MMBLUE

资料链接:http://picimg.lshou.com/pic/linksprite.com/wiki/index.php5@title=10mm_Green_LED_Module

10MM大灯,看着就是爽,并且颜色直观采用2.54接口,完美支持额线

信号类型:DIGITA(数字),连接Linker Base 的DIGITA 0到13接口。

pcDuino/Arduino使用例程:(实际代码请从资料链接网站下载)

 

/*
Linker LED
the LED will slowly blink
 
This example code is in the public domain.
*/

intledPin=13;

void setup()

{

     // initialize the digital pin as an output.

     // Pin 13 has an LED connected on most Arduino boards:

     pinMode(ledPin,OUTPUT);

} 

void loop()

{

     digitalWrite(ledPin,HIGH);   // set the LED on

     delay(500);  // wait for a second

     digitalWrite(ledPin,LOW);   // set the LED off

     delay(500);     // wait for a second

}

 

 

热门相关信息