Difference between revisions of "Code"
From silent_runner
(Created page with "Category:Software") |
m (11 revisions imported) |
||
| (10 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| + | The current version of the silent_runner control code runs on an [http://arduino.cc/en/Main/ArduinoBoardProMini Arduino pro mini] and is available on Github: | ||
| + | |||
| + | |||
| + | [http://github.com/wemperor/Silent_Runner silent_runner Github Page] | ||
| + | |||
| + | |||
| + | This small piece of software is written in the [http://arduino.cc/ Arduino IDE] and enables controlling of the inverted Y fins. It also provides the opportunity to add more fancy Arduino controlled features. If you have a good programmable RC-Sender that allows an inverted Y fin layout, you are fine without the Arduino. | ||
| + | The code is intensively commented for easy understanding and is provided as a basic sketch for working with RC equipment. | ||
| + | |||
| + | |||
[[Category:Software]] | [[Category:Software]] | ||
Latest revision as of 18:26, 29 November 2015
The current version of the silent_runner control code runs on an Arduino pro mini and is available on Github:
This small piece of software is written in the Arduino IDE and enables controlling of the inverted Y fins. It also provides the opportunity to add more fancy Arduino controlled features. If you have a good programmable RC-Sender that allows an inverted Y fin layout, you are fine without the Arduino.
The code is intensively commented for easy understanding and is provided as a basic sketch for working with RC equipment.