scratch_gpio icon indicating copy to clipboard operation
scratch_gpio copied to clipboard

Code for scratch_gpio_handler

Results 10 scratch_gpio issues
Sort by recently updated
recently updated
newest added

Hi there! I admire you for going too far with this project! I just started getting my hands dirty with RPi and Scratch so I am experimenting with the SunFounder...

There is a few issues with Explorer HAT support inside ScratchGPIO 7. At the NI Raspberry Jam, we found the touch inputs unusable for the workshops. The inputs worked for...

While running a coding club, we had a large number of crashes on all RPi's. To recreate the issue, drag a 'wait 1 sec' block to the canvas and change...

Here are the repro steps: Get the latest NOOBS installer and choose the default (I installed on 3/21/2015) Install ScratchGPIO 7 (which is awesome when it works) Build the following...

Not sure if this is Pi_ltsp or an ScratchGPIO (Think GPIO) issue but as it loads a project with remote sensor connections enabled as default we found that kids overwrote...

Cosmetic only. In file scratch_gpio / scratchgpio_handler5.py In class ScratchSender Define function broadcast_pin_update at about line 322: elif "pizazz" in ADDON: # print pin try: sensor_name = ["left","right",][([13,12].index(pin))] except: print...

Hi, I've downloaded the package from your homepage and have tried using the software launching from ScratchGPIO5 and setting up a program that broadcasts `pin11on`, or `pin11High` and the LED...

The following version of the startup script is cleaner in a few ways: - it uses /bin/sh (dash) instead of bash, which uses less memory and is faster to start...

Running a downloaded shell script, which extracts another shell script and runs it, is a security risk. It would be better to package this up as a simple tar and/or...