We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051584d commit fa0fbf2Copy full SHA for fa0fbf2
1 file changed
_posts/14-10-06-LED-Demo.md
@@ -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