groundhog-stm32g031 0.3.1

A rolling timer abstraction for the stm32g031
Documentation
[package]
name = "groundhog-stm32g031"
version = "0.3.1"
description = "A rolling timer abstraction for the stm32g031"
repository = "https://github.com/sprocket-board/groundhog-stm32g031"
authors = ["James Munns <james.munns@ferrous-systems.com>"]
edition = "2018"
license = "MPL-2.0"

categories = [
    "embedded",
    "no-std",
]

[dependencies]
cortex-m-rtic = "0.5.5"
embedded-hal = "0.2.4"

[dependencies.stm32g0xx-hal]
version = "0.1.0"
features = ["stm32g031"]

[dependencies.groundhog]
version = "0.1"

[features]