public
Fork of atduskgreg/rad
Description: Ruby Arduino Development: a framework for programming the Arduino physcial computing platform using Ruby -- Experimental Fork
Homepage: http://rad.rubyforge.org/
Clone URL: git://github.com/madrona/rad.git
rad / Manifest.txt
100644 111 lines (111 sloc) 3.279 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
History.txt
License.txt
Manifest.txt
README.rdoc
Rakefile
bin/rad
lib/examples/add_hysteresis.rb
lib/examples/blink_m_address_assignment.rb
lib/examples/blink_m_hello.rb
lib/examples/blink_m_multi.rb
lib/examples/configure_pa_lcd_boot.rb
lib/examples/debounce_methods.rb
lib/examples/external_variable_fu.rb
lib/examples/external_variables.rb
lib/examples/first_sound.rb
lib/examples/frequency_generator.rb
lib/examples/hello_array.rb
lib/examples/hello_array2.rb
lib/examples/hello_array_eeprom.rb
lib/examples/hello_eeprom.rb
lib/examples/hello_eeprom_lcdpa.rb
lib/examples/hello_lcd_charset.rb
lib/examples/hello_pa_lcd.rb
lib/examples/hello_servos.rb
lib/examples/hello_world.rb
lib/examples/hysteresis_duel.rb
lib/examples/i2c_with_clock_chip.rb
lib/examples/motor_knob.rb
lib/examples/orig_servo_throttle.rb
lib/examples/servo_buttons.rb
lib/examples/servo_calibrate_continuous.rb
lib/examples/servo_throttle.rb
lib/examples/sparkfun_lcd.rb
lib/examples/spectra_soft_pot.rb
lib/examples/times_method.rb
lib/examples/toggle.rb
lib/examples/two_wire.rb
lib/libraries/DS1307/DS1307.cpp
lib/libraries/DS1307/DS1307.h
lib/libraries/DS1307/keywords.txt
lib/libraries/FrequencyTimer2/FrequencyTimer2.cpp
lib/libraries/FrequencyTimer2/FrequencyTimer2.h
lib/libraries/FrequencyTimer2/keywords.txt
lib/libraries/OneWire/OneWire.cpp
lib/libraries/OneWire/OneWire.h
lib/libraries/OneWire/keywords.txt
lib/libraries/OneWire/readme.txt
lib/libraries/SWSerLCDpa/SWSerLCDpa.cpp
lib/libraries/SWSerLCDpa/SWSerLCDpa.h
lib/libraries/SWSerLCDsf/SWSerLCDsf.cpp
lib/libraries/SWSerLCDsf/SWSerLCDsf.h
lib/libraries/Servo/Servo.cpp
lib/libraries/Servo/Servo.h
lib/libraries/Servo/keywords.txt
lib/libraries/Stepper/Stepper.cpp
lib/libraries/Stepper/Stepper.h
lib/libraries/Stepper/keywords.txt
lib/libraries/Wire/Wire.cpp
lib/libraries/Wire/Wire.h
lib/libraries/Wire/keywords.txt
lib/libraries/Wire/twi.h
lib/libraries/Wire/utility/twi.c
lib/libraries/Wire/utility/twi.h
lib/plugins/bitwise_ops.rb
lib/plugins/blink_m.rb
lib/plugins/debounce.rb
lib/plugins/debug_output_to_lcd.rb
lib/plugins/hysteresis.rb
lib/plugins/i2c_eeprom.rb
lib/plugins/input_output_state.rb
lib/plugins/lcd_padding.rb
lib/plugins/mem_test.rb
lib/plugins/servo_pulse.rb
lib/plugins/servo_setup.rb
lib/plugins/smoother.rb
lib/plugins/spark_fun_serial_lcd.rb
lib/plugins/spectra_symbol.rb
lib/rad.rb
lib/rad/arduino_plugin.rb
lib/rad/arduino_sketch.rb
lib/rad/generators/makefile/makefile.erb
lib/rad/generators/makefile/makefile.rb
lib/rad/init.rb
lib/rad/rad_processor.rb
lib/rad/rad_rewriter.rb
lib/rad/rad_type_checker.rb
lib/rad/sim/arduino_sketch.rb
lib/rad/tasks/build_and_make.rake
lib/rad/developer.rake
lib/rad/tasks/rad.rb
lib/rad/todo.txt
lib/rad/variable_processing.rb
lib/rad/version.rb
scripts/txt2html
setup.rb
spec/models/spec_helper.rb
spec/models/arduino_sketch_spec.rb
spec/spec.opts
test/test_array_processing.rb
test/test_plugin_loading.rb
test/test_translation_post_processing.rb
test/test_variable_processing.rb
website/index.html
website/index.txt
website/javascripts/rounded_corners_lite.inc.js
website/stylesheets/screen.css
website/template.rhtml
website/examples/assembler_test.rb.html
website/examples/gps_reader.rb.html
website/examples/hello_world.rb.html
website/examples/serial_motor.rb.html