Skip to content
atduskgreg edited this page Sep 12, 2010 · 3 revisions

Want to get started helping out? These need doing:

  • Fix spacing and comments in generated sketch template
  • write a “getting started/installation” faq for the homepage of this wiki
  • refactor out current arduino version so we don’t have “arduino-0012” everwhere
  • write up some release notes for 0.3 (for the love of mike!)
  • improve http://rad.rubyforge.org to be up-to-date
  • setup a post-commit hook to send commit messages to the email list

Greg todo:

  • get tests running from git root
  • heredoc refactor in arduino_sketch.rb
  • scope refactor in arduino_sketch.rb
  • all non-inheritable methods in arduino_sketch.rb move into SketchCompiler

JD todo:

  • blinkm integration and demo
  • pa_lcd example with bignum toggle
  • update/new screencast with basic syntax
    • instance variables
    • pin options
    • running multiple sketches and examples
    • buttons (of course)
  • explore “evstr” (string interpolation)* possibilites