{"id":13781991,"url":"https://github.com/atduskgreg/rad","last_synced_at":"2025-04-07T06:06:22.670Z","repository":{"id":389899,"uuid":"7480","full_name":"atduskgreg/rad","owner":"atduskgreg","description":"Ruby Arduino Development: a framework for programming the Arduino physcial computing platform using Ruby","archived":false,"fork":false,"pushed_at":"2011-09-12T14:49:07.000Z","size":2429,"stargazers_count":413,"open_issues_count":6,"forks_count":62,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-03-31T04:07:18.335Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://rad.rubyforge.org/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atduskgreg.png","metadata":{"files":{"readme":"README.markdown","changelog":"History.txt","contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2008-04-07T10:18:30.000Z","updated_at":"2025-02-23T12:26:36.000Z","dependencies_parsed_at":"2022-07-14T11:47:14.479Z","dependency_job_id":null,"html_url":"https://github.com/atduskgreg/rad","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atduskgreg%2Frad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atduskgreg%2Frad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atduskgreg%2Frad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atduskgreg%2Frad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atduskgreg","download_url":"https://codeload.github.com/atduskgreg/rad/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247601447,"owners_count":20964864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T18:01:31.771Z","updated_at":"2025-04-07T06:06:22.644Z","avatar_url":"https://github.com/atduskgreg.png","language":"Ruby","readme":"# Welcome to RAD (Ruby Arduino Development)\n\nRAD is a framework for programming the Arduino physcial computing platform using Ruby. RAD converts Ruby scripts written using a set of Rails-like conventions and helpers into C source code which can be compiled and run on the Arduino microcontroller. It also provides a set of Rake tasks for automating the compilation and upload process.\n\nFor a full introduction see http://rad.rubyforge.org\n\n## Documentation\n\nThe main documentation is here: ArduinoSketch.\n\nSee also the Arduino Software reference: http://www.arduino.cc/en/Reference/HomePage\n\n## Examples\n\nSee the examples directory for lots of examples of RAD in action: \nhttp://github.com/atduskgreg/rad/tree/master/lib/examples\n\nThe atduskgreg/rad wiki also contains a growing library of examples and hardware tutorials:\nhttp://github.com/atduskgreg/rad/wikis\n\n## Getting Started\n\nTo install the gem:\n\n    $ gem install rad\n\nRun the rad command to create a new project:\n\n    $ rad my_project\n\nWrite a sketch that will blink a single LED every 500ms:\n\n```ruby\nclass MyProject \u003c ArduinoSketch\n  output_pin 13, :as =\u003e led\n  def loop\n    blink led, 500\n  end\nend\n```\n\nAttach your Arduino and use rake to complile and upload your sketch:\n\n    $ rake make:upload\n\n##Installing the Arduino Software\n\nInstalling RAD and the Arduino software on Linux can be a little more difficult than on OS X. Thankfully, the RAD command line tool can help. Run:\n\n    $ rad install arduino\n\nAnd RAD will do its best to get the Arduino software installed on your system.\n\n#Get Involved\n\n##Note on Patches/Pull Requests\n\n* Fork the project.\n* Make your feature addition or bug fix on a new topic branch\n* Add specs and cukes for it. This is important so I don't break it in a\n  future version unintentionally.\n* Commit, do not mess with rakefile, version, or history.\n  (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)\n* Issue a pull request.\n\n##Cheers?  Jeers?  Questions?  Comments?  \n\nContact Greg Borenstein - greg [dot] borenstein [at] gmail [dot] com\n\nMatthew Williams - matthew [dot] williams [at] gmail [dot] com\n\nAlso, please don't hesitate to submit issues!","funding_links":[],"categories":["Libraries"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatduskgreg%2Frad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatduskgreg%2Frad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatduskgreg%2Frad/lists"}