sugarlabs / turtleart-activity

A block-based Logo programming environment
MIT License
18 stars 54 forks source link

Pi GPIO support #72

Open rodrigopitanga opened 5 years ago

rodrigopitanga commented 5 years ago

Let Raspberry Pi users read/write to GPIO. Not sure about the best approach (extension?).

quozl commented 5 years ago

TurtleBots, an unmaintained fork of TurtleArt, has numerous GPIO capable plugins for various hardware and robots available at the time. It's not in our GitHub organisation yet, but is available for download inside Sugar.

http://activities.sugarlabs.org/en-US/sugar/search?q=turtlebots&cat=all http://activities.sugarlabs.org/en-US/sugar/addon/4434

walterbender commented 5 years ago

Turtle Bots is essentially a set of plugins to Turtle Blocks. You should check to see if there is a plugin that already does what you need.

@AlanJAS