nfp1315 1.0.0

Library for the NFP1315-61A display (I2C SSD1306 driver)
Documentation
[dependencies.embedded-hal]
version = "1.0.0"

[lib]
name = "nfp1315"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "embedded"]
description = "Library for the NFP1315-61A display (I2C SSD1306 driver)"
edition = "2021"
include = ["**/*.rs", "README.md", "Cargo.toml"]
keywords = ["NFP1315", "SSD1315", "ESP", "STM"]
license = "MIT"
name = "nfp1315"
readme = "README.md"
repository = "https://github.com/ritonun/nfp1315"
version = "1.0.0"