Skip to content

samuelmullin/rotaryencodex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RotaryEncodex

Some simple logic to use a rotary encoder in Elixir. Turning clockwise will increment a counter, turning counterclockwise will decrement it. You can call RotaryEncodex.get_value() to get the current value of the counter.

Installation

If available in Hex, the package can be installed by adding rotaryencodex to your list of dependencies in mix.exs:

def deps do
  [
    {:rotaryencodex, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/button.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages