-
Notifications
You must be signed in to change notification settings - Fork 65
Home
atduskgreg edited this page Sep 12, 2010
·
24 revisions
- refactor arduino_sketch.rb
- improved documentation:
- i2c, eeprom, advanced hardware stuff
- examples directory with screencasts
- map of the project
- how to use a plugin
- how to write a plugin?
- simulator
- arduino_sketch testing framework
- software serial transmit/receive as plugins
- investigate ladyada event-driven software serial library
- Stepper Motor Library adapted and working 7/24/2008 – needs integrating under “output_pins”
- screencasts for examples
- hardware dev board
library collisions:
- hardware needs
- function namespace collisions
extend RubyToC
- implement class methods for setup using string concatenation based on user options
- process external variables:
- find external variables
- strip off the parens
rad core mailing list?
- 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
- 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