Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/arduino/arduino.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/arduino/arduino.py b/plugins/arduino/arduino.py
index 2f9d3ba..01e0595 100644
--- a/plugins/arduino/arduino.py
+++ b/plugins/arduino/arduino.py
@@ -50,7 +50,7 @@ class Arduino(Plugin):
primitive_dictionary['blink'] = self._blink_boton
palette.add_block('blink', # the name of your block
- style='basic-style', # the block style
+ style='basic-style', # the block style - (more styles on tapallete.py)
label=_('blink'), # the label for the block
prim_name='blink', # code reference (see below)
help_string=_('blinks the onboard arduino led'))