forked from tstellanova/cst816s
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ran cargo fmt and cleaned up comments and unused crates
- Loading branch information
1 parent
29909b5
commit 9fcd219
Showing
4 changed files
with
87 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,23 @@ name = "cst816s" | |
version = "0.1.0" | ||
authors = ["Todd Stellanova <[email protected]>"] | ||
edition = "2018" | ||
|
||
description = "CST816S touchscreen driver for embedded hal / no_std" | ||
license = "BSD-3-Clause" | ||
repository = "https://github.com/tstellanova/cst816s" | ||
categories = [ | ||
"embedded", | ||
"hardware-support", | ||
"no-std", | ||
] | ||
keywords = [ | ||
"embedded-hal-driver", | ||
"CST816S", | ||
"touchscreen", | ||
"PineTime" | ||
] | ||
readme = "README.md" | ||
|
||
[dependencies] | ||
arrayvec = {version = "0.5.1", default-features = false} | ||
cortex-m = "0.6.2" | ||
embedded-hal = {version ="0.2.3", features = ["unproven"] } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters