From 29cdf11d819f2ffa30c960c61508fec763873333 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Mon, 18 Feb 2019 22:00:23 +0100 Subject: Add links to examples repository --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 22b2fba..73790d7 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,10 @@ In the following examples an instance of the device ADS1013 will be created as an example. Other devices can be created with similar methods like: `Ads1x1x::new_ads1114(...)`. +Please find additional examples using hardware in this repository: [driver-examples] + +[driver-examples]: https://github.com/eldruin/driver-examples + ```rust extern crate embedded_hal; use embedded_hal::adc::OneShot; -- cgit v1.2.3-54-g00ecf