wafer/lib/wafer.ex
James Harton 6123ac8493
All checks were successful
continuous-integration/drone/push Build is passing
feat!: Remove ElixirALE support. (#67)
Reviewed-on: #67
Co-authored-by: James Harton <james@harton.nz>
Co-committed-by: James Harton <james@harton.nz>
2024-04-24 14:20:57 +12:00

9 lines
295 B
Elixir

defmodule Wafer do
@moduledoc """
Welcome to Wafer. The funkiest way to write hardware drivers.
This library doesn't do much on it's own, it is used to help with some of the
repetitive tasks of writing drivers for hardware peripherals such as I2C and
SPI connected sensors.
"""
end