# Arduino-Bluetooth-Basic **Repository Path**: chinadailin/arduino-bluetooth-basic ## Basic Information - **Project Name**: Arduino-Bluetooth-Basic - **Description**: Mayoogh/Arduino-Bluetooth-Basic - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-22 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mayoogh/Arduino-Bluetooth-Basic #### 介绍 Control a LED using your smartphone via Bluetooth (Does not support BLE) 原项目Doc地址:https://github.com/Mayoogh/Arduino-Bluetooth-Basic #### 代码关联提交教程 1. 打开Terminal面板 ![输入图片说明](https://images.gitee.com/uploads/images/2021/0322/153912_dfacc65c_8830545.png "屏幕截图.png") 2. 依次复制粘贴单行命令回车 ``` git init ``` ``` git add . ``` ``` git commit -m "first commit" ``` ``` git remote add origin https://gitee.com/chinadailin/arduino-bluetooth-basic.git ``` ``` git config --system --unset credential.helper ``` 3.拉取代码 输入用户名回车,输入密码直接回车(密码不显示) ![输入图片说明](https://images.gitee.com/uploads/images/2021/0322/155439_ec9c5a4d_8830545.png "屏幕截图.png") ``` git pull origin master --rebase ``` ``` git push -u origin master ```