BlocklyProp
BlocklyProp copied to clipboard
Blockly based visual programming editor for Propeller C
Is there any way to turn this @#$%^&* thing off?  I'm working on C code that I'm editing and saving elsewhere and copy/pasting into a custom block. I don't...
Those of us who code in Spin or C via SimpleIDE have access to flush methods when using a serial cog. Unfortunately, this doesn't exist in BlocklyProp. I would like...
The TFMini rangefinders work with a collection of blocks, but to bring it in line with support of other products, it would need a single block, likely with I2C and...
Some hardware combinations on the Propeller Activity Board WX require disabling the debug port that Simple-Libraries automatically opens on P30/P31. This is done with a simpleterm_open() call and undone with...
As reported by a customer, the GPS Data Blocks .svg download on [this learn page](http://learn.parallax.com/support/reference/propeller-blocklyprop-block-reference/sensor/gps/gps-wiring-example-code) shows up as *valid* but the Replace and Append buttons do nothing. A concern is...
Two images, before and after  
possible bug Calling pwm_set in code auto-injects pwm_start after main. Good and works fine. Then... Calling pwm_stop stops pwm output and kills the cog. Good so far. Code can now...
   
When trying to display a count-down of a numeric variable (such as: repeat item from 10 to 1 by -1) using the Display Print Number routine and a constant Display...