From d17b343f2983da98f3c6b84defe3bc36768674cd Mon Sep 17 00:00:00 2001 From: Yunhorn Date: Wed, 21 Jun 2023 12:17:34 +0800 Subject: [PATCH] Initial commit --- .gitignore | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 6 ++++++ 2 files changed, 60 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cd531cf --- /dev/null +++ b/.gitignore @@ -0,0 +1,54 @@ +# ---> C +# Prerequisites +*.d + +# Object files +*.o +*.ko +*.obj +*.elf + +# Linker output +*.ilk +*.map +*.exp + +# 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 +*.idb +*.pdb + +# Kernel Module Compile Results +*.mod* +*.cmd +.tmp_versions/ +modules.order +Module.symvers +Mkfile.old +dkms.conf + diff --git a/README.md b/README.md new file mode 100644 index 0000000..0c161fc --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# STS_RR_R125 + +STS_R1 +STS_R2 +STS_R5 +For Jumbo Roll, Tissue Paper, Waste Bin sensor \ No newline at end of file