-
Notifications
You must be signed in to change notification settings - Fork 65
Home
brianbr edited this page Sep 12, 2010
·
24 revisions
- remerge madrona/rad and atduskgreg/rad
- 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?
- heredoc refactor in arduino_sketch.rb
- scope refactor in arduino_sketch.rb
- assemble hardware for FOSCON demo (servo temp lcd demo)
- create slides for FOSCON demo
- put in code so that “rad -ver” works (requested by BBR)
- 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