From 081f9a1df6bc0372fd490f63f0dd0fe5dc66df40 Mon Sep 17 00:00:00 2001 From: Dilshan R Jayakody Date: Fri, 21 May 2021 19:48:17 +0530 Subject: [PATCH] Add initial version of readme file. :book: --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..934bb92 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Timer Controller + +Timer Controller is a native system application to program the SRIKit timer modules. For the building and usage instructions, refer to the [documentation](https://github.com/srikit/timer-controller/wiki) provided in the [wiki](https://github.com/srikit/timer-controller/wiki). + +Timer Controller is an open-source application. All the source code requires to build a Timer Controller are available in this repository. + +This application and its source code are distributed under the terms of [GNU General Public License version 3.0](https://github.com/srikit/timer-controller/blob/main/LICENSE).