discrete_count 0.0.2

Encapsulate counting for clocks, ab-encoders, etc
Documentation
1
2
3
4
5
6
7
8
9
[![crates.io](https://img.shields.io/crates/v/discrete_count.svg)](https://crates.io/crates/discrete_count)
[![docs.rs](https://img.shields.io/docsrs/discrete_count)](https://docs.rs/discrete_count)
[![License: MIT/Apache-2.0](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue)](LICENSE)

A trait system that blueprints generic counters. Intended mostly for embedded peripherals such as clocks, AB encoders, etc.

Device/Platform/Peripheral specific implementations will be re-exported through feature gates.