iot project
pupose :
Imagine Cup 2017
projet :
android app
arm-linux
linux c
linux driver
hal_zigbee
led
temp*
代码上传方式:
第一步:
git init
第二步:
git clone https://github.com/nova-wenbo/iot_butler.git
第三步:
将代码放进相应文件夹
第四步:
在主目录执行git add .
第五步:
git commit –m “版本号或时间”(例: git commit –m “20170323”)
第六步:
git remote add origin git@https://github.com/nova-wenbo/iot_butler.git
第七步:
git push –u origin master
按提示输入账号:*****
按提示输入密码:*****