From 9806ffffd628255f65d4a5e35bbefee6b277e7e7 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sun, 14 Oct 2018 18:03:00 +0800
Subject: [PATCH] remove program and put apue and modules in top folder

---
 apue/1.File_IO/makefile   |    0 
 modules/python/sht20.py   |    0 
 modules/c/ds18b20.c       |    0 
 modules/c/makefile        |    0 
 apue/1.File_IO/ds18b20.c  |    0 
 modules/python/ds18b20.py |    0 
 modules/c/sht20.c         |    0 
 7 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/program/apue/1.File_IO/ds18b20.c b/apue/1.File_IO/ds18b20.c
similarity index 100%
rename from program/apue/1.File_IO/ds18b20.c
rename to apue/1.File_IO/ds18b20.c
diff --git a/program/apue/1.File_IO/makefile b/apue/1.File_IO/makefile
similarity index 100%
rename from program/apue/1.File_IO/makefile
rename to apue/1.File_IO/makefile
diff --git a/program/modules/c/ds18b20.c b/modules/c/ds18b20.c
similarity index 100%
rename from program/modules/c/ds18b20.c
rename to modules/c/ds18b20.c
diff --git a/program/modules/c/makefile b/modules/c/makefile
similarity index 100%
rename from program/modules/c/makefile
rename to modules/c/makefile
diff --git a/program/modules/c/sht20.c b/modules/c/sht20.c
similarity index 100%
rename from program/modules/c/sht20.c
rename to modules/c/sht20.c
diff --git a/program/modules/python/ds18b20.py b/modules/python/ds18b20.py
similarity index 100%
rename from program/modules/python/ds18b20.py
rename to modules/python/ds18b20.py
diff --git a/program/modules/python/sht20.py b/modules/python/sht20.py
similarity index 100%
rename from program/modules/python/sht20.py
rename to modules/python/sht20.py

--
Gitblit v1.9.1