nerves-project / nerves_leds

Functions to drive LEDs on embedded systems
Other
13 stars 5 forks source link

Configuration #1

Closed CaptChrisD closed 8 years ago

CaptChrisD commented 9 years ago

Should configuration (config.exs) have the key :leds or should it be :nerves_leds or nerves: [leds: ....]??

I am thinking the latter as to avoid collision with other modules that may be used... In this project it may seem trivial, but as we move forward we should stick with one convention

ghitchens commented 9 years ago

Good point, I'll investigate at elixirconf the right conventions for this

ghitchens commented 8 years ago

0.7.0 It's nerves_leds. Convention is the module name.