From f6acd38cbacca80e052995a9028dc1fe991b70b6 Mon Sep 17 00:00:00 2001 From: Sr_endi <67484093+Seniorendi@users.noreply.github.com> Date: Wed, 6 Apr 2022 15:03:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47c7e17..2b499f6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # CC Tutorial -This is a little tutorial on how peripherals in cc works. +This is a little tutorial on how peripherals in cc work. We use the simple system with the IPeripheral interface. If you want to see, how I use this system with more functions and blocks, take a look at [Advanced Peripherals](https://github.com/Seniorendi/AdvancedPeripherals)