Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 962 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 962 Bytes

SEEK

Hello participants of SEEK and SEEK Jr. 2023! We hope you are super hyped for building some amazing rovers this year. In preparation for the competition and to get you started on your own code, this repo provides you with some starter code/examples with bluetooth modules, sensors, and motors! Please refer to the instructions below to get this repo on your local computer.

Step 1: Install git

Windows / macOS

  1. If you are using a Windows/mAcOS computer, download git directly from the official website.
  2. Open up Git bash
  3. Use the command
git clone https://github.com/rsx-utoronto/SEEK.git

Linux

  1. Open up your terminal
  2. Use the command
sudo apt-get install git 
  1. Now, you can clone the repo
git clone https://github.com/rsx-utoronto/SEEK.git

Newlogo_patch_png