From 18cf834c89c8d419c380314ae19d3feed464e3a6 Mon Sep 17 00:00:00 2001 From: sascha Date: Fri, 21 May 2021 18:47:29 -0700 Subject: [PATCH] link fixed --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cd0918..6363040 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ IO Expander for ATTiny45/85 that offers one PWM output channel and up to 3 analo The default address is 0x60 I2C has been tested with Arduino UNO, Nano and the ESP8266 -Examples of I2C commands can be found in [tinypwm.h](tinypwm.h) +Examples of I2C commands can be found in [tinypwm.h](https://github.com/sascha432/TinyPwm/blob/main/include/tinypwm.h) + + ## TODOs