Skip to content

Commit fa0fbf2

Browse files
committed
Create 14-10-06-LED-Demo.md
1 parent 051584d commit fa0fbf2

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

_posts/14-10-06-LED-Demo.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
author: [ "@dlech" ]
3+
programming_language: "Python"
4+
youtube_video_id: ttOf0V9l1ag
5+
source_code_url: "https://gist.github.com/dlech/f7c8313606c75968e259"
6+
---
7+
8+
Starting with kernel version 3.16.1-1-ev3dev, the brightness attribute now works for the LEDs.
9+
10+
By combining the red and green LEDs in different amounts, you can create yellow and orange and every color in between.
11+
12+
The flicker is due to interrupts not being handled when they are suppoesed to. We should be able to fix this in the future.
13+

0 commit comments

Comments
 (0)