Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-06-29 22:44:59 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-06-29 22:44:59 (GMT)
commite96a3ca0aadc3d17f0a3e57dbdd92b752355a3ee (patch)
treec0a0330a33ff643643a4cacaed0014b4086a751b
parent6b9ca91bd3e30121ecdb841d066691df493f4cae (diff)
code comment
-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'))