Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
🗑️ Deprecate package notice v2 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
kammce authored Nov 30, 2024
1 parent 19304a8 commit 9b656fd
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,23 @@
> This package is deprecated. The following files repos now have their own
> versions of each of these files. Prefer to use these.
>
> - `libhal-expander`
> - [`libhal-expander`](https://github.com/libhal/libhal-expander)
> - `adc_mux.hpp`
> - `libhal-util`
> - [`libhal-util`](https://github.com/libhal/libhal-util)
> - `atomic_spin_lock.hpp`
> - `bit_bang_i2c.hpp`
> - `bit_bang_spi.hpp`
> - `i2c_minimum_speed.hpp`
> - `inverter.hpp`
> - `libhal-actuator`
> - [`libhal-actuator`](https://github.com/libhal/libhal-actuator)
> - `rc_servo.hpp`
[![✅CI](https://github.com/libhal/libhal-soft/actions/workflows/ci.yml/badge.svg)](https://github.com/libhal/libhal-soft/actions/workflows/ci.yml)
[![GitHub stars](https://img.shields.io/github/stars/libhal/libhal-soft.svg)](https://github.com/libhal/libhal-soft/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/libhal/libhal-soft.svg)](https://github.com/libhal/libhal-soft/network)
[![GitHub issues](https://img.shields.io/github/issues/libhal/libhal-soft.svg)](https://github.com/libhal/libhal-soft/issues)

Library for generic soft drivers officially supported by libhal

Soft drivers are drivers that combine hardware interfaces together to emulate the behavior of other interfaces. For a driver to be a soft driver it must implement or have a way to generate, construct or create implementations of hardware interfaces.

## Contributing

See [`CONTRIBUTING.md`](CONTRIBUTING.md) for details.
Soft drivers are drivers that combine hardware interfaces together to emulate
the behavior of other interfaces. For a driver to be a soft driver it must
implement or have a way to generate, construct or create implementations of
hardware interfaces.

## License

Expand Down

0 comments on commit 9b656fd

Please sign in to comment.