Packages

multidef

v 0.2.1

Lets you define multiple heads for the same function: defmodule Test do import MultiDef mdef fred do { :init, val } -> fred {:double, val} { :double, val } -> IO.puts(val*2) a, b -> a+b end end IO.inspect Test.fred 1, 2 ...

Packages depending on multidef

1 package
  • OTP application for reading the HMC5883L 3-axis magnetometer. Magnetic heading is read at approx. 13hz (every 75ms)

    Published about 10 years ago

    30
    recent downloads
    total downloads: 507
1 package of 1 total

Checksum

Dependency Config

mix.exs

rebar.config

erlang.mk

Package Details

Downloads Last 30 days, 0.2.1
0 20 40 60 80

this version

2 121

yesterday

0

last 7 days

9

all time

2 902

Last Updated

Apr 20, 2015

License

Same as Elixir

Build Tools

mix

Links

Owners