Skip to content

Commit 51a5fa5

Browse files
authored
Merge pull request #18 from pimoroni/examples/plasma-kit
Examples/plasma kit
2 parents e92d092 + f251aab commit 51a5fa5

31 files changed

+33
-359
lines changed

boards/plasma_2040/manifest.txt

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1-
plasma2040/*.py
2-
plasma_stick/*.py
3-
*.py
1+
co2.py
2+
level.py
3+
pir.py
4+
main.py
5+
moon.py
6+
pulse.py
7+
moon_rtc.py
8+
tree.py
9+
rainbows.py
10+
thermometer_pico.py
11+
monitor.py
12+
thermometer_bme280.py
13+
random-blinkies.py
14+
snow.py
15+
hue_twinkles_encoder.py
16+
encoder.py
17+
rotary.py
18+
sparkles.py
19+
rgb-led-and-buttons.py
20+
fire.py
21+
alternating-blinkies.py

boards/plasma_2350_w/manifest.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
plasma2040/*.py
2-
plasma_stick/*.py
3-
*.py
1+
*.py
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
plasma2040/*.py
2-
plasma_stick/*.py
3-
*.py
1+
*.py
File renamed without changes.
File renamed without changes.

examples/hue_twinkles_encoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"""
2424

2525
# Set how many LEDs you have
26-
NUM_LEDS = 26
26+
NUM_LEDS = 50
2727

2828
MAX_VALUE = 100
2929

0 commit comments

Comments
 (0)