defmodule OLED do @moduledoc """ OLED is a library to manage the monochrome OLED screen based on chip SSD1306 using SPI comunication. """ end