https://github.com/lupyuen/pinetime-macros
Rust Safe Wrapper Macros for Mynewt on PineTime Smart Watch
https://github.com/lupyuen/pinetime-macros
crates mynewt pinetime pinetime-watch-face rust safe-wrapper-macros
Last synced: about 2 months ago
JSON representation
Rust Safe Wrapper Macros for Mynewt on PineTime Smart Watch
- Host: GitHub
- URL: https://github.com/lupyuen/pinetime-macros
- Owner: lupyuen
- License: apache-2.0
- Created: 2020-10-07T06:13:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T22:33:36.000Z (about 4 years ago)
- Last Synced: 2025-03-25T13:39:37.126Z (2 months ago)
- Topics: crates, mynewt, pinetime, pinetime-watch-face, rust, safe-wrapper-macros
- Language: Rust
- Homepage: https://lupyuen.github.io/pinetime-rust-mynewt/articles/watchface
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Rust Safe Wrapper Macros for Mynewt on PineTime Smart Watch
This crate contains Safe Wrapper Macros used by the PineTime Watch Face Framework: [`pinetime-watchface`](https://crates.io/crates/pinetime-watchface)
Check out a sample watch face created with this framework: [`barebones-watchface`](https://crates.io/crates/barebones-watchface)
Refer to the article...
["Create Your Own PineTime Watch Face in Rust... And Publish on crates.io"](https://lupyuen.github.io/pinetime-rust-mynewt/articles/watchface)
See [`src`](src) for more details.