From 9b656fdfba31a1b6d11a04983c092e6ea0ff41a4 Mon Sep 17 00:00:00 2001 From: Khalil Estell Date: Sat, 30 Nov 2024 11:14:47 -0800 Subject: [PATCH] :wastebasket: Deprecate package notice v2 (#48) --- README.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index bacf313..81d1153 100644 --- a/README.md +++ b/README.md @@ -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