Skip to content

An educational robotics project - a small programmable robot for kids using Arduino

License

Notifications You must be signed in to change notification settings

PAMSA-Creator/RoboCar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to GitHub RoboCar project pages

This is a robotics project run by members of the Parramatta MakerSpace Association (PAMSA). The aim of this project is to build a small mobile robot for kids. The robot can be remotely controlled or programmed to accomplish a number of tasks. We are building this from scratch, learning as we go. All project data files can be found on our Google Drive. This repo only contains the code that runs on our robot.

Repo structure

All source code is contained in the src folder. Configuration files for Visual Studio Code are found in the .vscode folder

Visual Studio Code configuration

If used, Visual Studio Code should be pre-configured to generate and run code for Arduino. It means that the Arduino IDE should be installed and all necessary VSC extensions installed:

  • Arduino
  • C/C++
  • C++ Intellisense VSC natively handles GitHub commands but requires a third party tool to do so. Git GUI will be required to allow VSC to provide Source Control functionality GitHub style. If necessary, locally update the c_cpp_properties.json file to suit your environment.

Github Pages Instructions

You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.

Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.

Markdown

Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for

Syntax highlighted code block

# Header 1
## Header 2
### Header 3

- Bulleted
- List

1. Numbered
2. List

**Bold** and _Italic_ and `Code` text

[Link](url) and ![Image](src)

For more details see GitHub Flavored Markdown.

Jekyll Themes

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml configuration file.

Support or Contact

Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.

About

An educational robotics project - a small programmable robot for kids using Arduino

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published