Difference between revisions of "BakeBit - Red LED"

From FriendlyELEC WiKi
Jump to: navigation, search
(特性)
(示例程序:LED Blink)
Line 27: Line 27:
 
|}
 
|}
  
== 示例程序:LED Blink ==
+
== Code Sample: LED Blink ==
  
[[BakeBit_-_Green_LED]]使用同一个示例源代码,可参考[[BakeBit_-_Green_LED]]的网页。
+
Refer to the code sample of the [[BakeBit_-_Green_LED]] Module.
  
 
==相关资料==
 
==相关资料==

Revision as of 16:18, 14 December 2016

查看中文

1 Introduction

Red LED
  • The BakeBit - Red LED is an LED module. This module has a a triode which is used to turn the LED on or off. There is a potentiometer in series connection with the LED. When users adjust the potentiometer the LED's luminance will be changed accordingly.Or you input PWM signals to control the the LED's luminance.

2 Hardware Spec

  • Standard 2.0mm pitch 4-Pin BakeBit Interface
  • LED's luminance adjustable
  • Digital Input
  • LED Color: Red

BakeBit - Red LED


  • Pin Description:
Pin Description
GND Ground
5V 5V Supply Voltage
NC Not Connected
SIG Signal

3 Code Sample: LED Blink

Refer to the code sample of the BakeBit_-_Green_LED Module.

4 相关资料