- Just send xinyu the code if unsure of how to push to this repo (honestly i dont really know the proper way of using git also but yea)
- Wiring up 2x IR sensors + Getting input from IR sensors and ultrasonic sensor - Eric
- Getting input from black strip sensor + drafting report - Xin Yu
- Using LED + LDR for colour detection - Shixi
- Controls - Oviya
- Open git bash at the directory you want to have this project in
git clone https://github.com/Uxinnn/EPP1-mBot1.git
git checkout <branch_name>
(Eg.git checkout sensors_branch
)- Make whatever changes you want
git add <file/directory name>
- If you want to check which files have been added use:
git status
git commit -m "<short message on changes>"
git push origin <branch_name>
(Eg.git push origin sensors_branch
)- To update local repo with changes made by others try:
git pull origin <branch_name>
- If you get some weird errors/problems which google cant help then just email me your code i'll try to add it in here
- Eric - sensors_branch
- Xin Yu - black_line_branch
- Shixi - colour_detection_branch
- Oviya - controls_branch