Copyright 2015 Wendy Smoak
Spinny is an Elixir port of the Adafruit_PWM_Servo_Driver code in Adafruit's Raspberry-Pi Python Code Library
As such, it inherits the BSD license and the additional information shown below:
| =Navigating= | |
| visit('/projects') | |
| visit(post_comments_path(post)) | |
| =Clicking links and buttons= | |
| click_link('id-of-link') | |
| click_link('Link Text') | |
| click_button('Save') | |
| click('Link Text') # Click either a link or a button | |
| click('Button Value') | 
Copyright 2015 Wendy Smoak
Spinny is an Elixir port of the Adafruit_PWM_Servo_Driver code in Adafruit's Raspberry-Pi Python Code Library
As such, it inherits the BSD license and the additional information shown below:
| # precomile the static assets the HTML pages link to such as the .js, .css and .jpg files | |
| RAILS_ENV=production bundle exec rake assets:precompile | |
| # circleci has RAILS_ENV & RACK_ENV env variables set to test need to override. -d runs | |
| # the server as a daemon. | |
| RAILS_ENV=production RACK_ENV=production bundle exec rails s -d | |
| # wait for server to load | |
| sleep 10 | 
Turny is an Elixir port of the Adafruit Python Library for DC + Stepper Motor HAT, which is a Python library for interfacing with the Adafruit Motor HAT for Raspberry Pi to control DC motors with speed control and Stepper motors with single, double, interleave and microstepping, designed specifically to work with the Adafruit Motor Hat
----> https://www.adafruit.com/product/2348
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
Written by Limor Fried for Adafruit Industries. MIT license, all text above must be included in any redistribution
The MIT License (MIT)