commit d78559a014adc3d310646e6a3e701d742f17cf0f Author: Abhishek Sagar Date: Fri Dec 2 18:51:07 2016 +0530 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f805e81 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# Object files +*.o +*.ko +*.obj +*.elf + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + +# Debug files +*.dSYM/ +*.su diff --git a/README.md b/README.md new file mode 100644 index 0000000..a4b422c --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# WheelTimer +This is the simple demostration of WheelTimer in C