From 22f6568e1f096f036b33c93c17966cafb1788a47 Mon Sep 17 00:00:00 2001 From: rahulknns <95476939+rahulknns@users.noreply.github.com> Date: Tue, 7 Nov 2023 22:59:09 +0530 Subject: [PATCH] Update documentation Link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e247587..bc4ad0e 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,5 @@ * By default &Wire is chosen. * It is also expected to initialise the Wire object by calling Wire.begin() seperately in your code as the library doesn't do so. * Use the read / write functions provided by the class. - * Detailed API usage can be found [here](link). + * Detailed API usage can be found [here](https://rahulknns.github.io/I2C_driver/).