commit c05db0e0a639f967f1c1b102a573dd658841114f Author: 做最好的自己 Date: Fri Jun 7 20:04:47 2019 +0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..35fc333 --- /dev/null +++ b/.gitignore @@ -0,0 +1,64 @@ +# ---> C++ +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# ---> C +# 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/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b00e6c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# ds18b20 + +ds18b20 linux driver \ No newline at end of file