Packages

Elixir implementation of the pyhton motor_hat library from Adafruit for there motor_hat board. Library: https://github.com/adafruit/Adafruit-Motor-HAT-Python-Library Board: https://www.adafruit.com/product/2348

Current section

Files

Jump to
motor_hat lib motor_hat.ex
Raw

lib/motor_hat.ex

defmodule MotorHat do
use Application
def start(_type, _args) do
MotorHat.Supervisor.start_link
end
end