From 1dda108e6431f28235b3d76a689449e4ae9dc225 Mon Sep 17 00:00:00 2001 From: Debayan Sutradhar Date: Thu, 8 Jun 2023 22:34:13 +0530 Subject: [PATCH] update changes --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d036828..d658223 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ Contributions are welcome :) - All GPIO pins are intialised as OUTPUT LOW. Note: On Aries v2.0, Pin 26,27,29 and 30 are set to OUTPUT HIGH as these are inbuilt active-low LEDs. - Removed led: Not needed as it is the same as gpio. +- config.h + - Refactor, added SFRs +- timer + - Rewritten and simplified methods ## TODO