A small robot that drives around without touching any wall or anything else - hopefully :-) This is a small how-to-code project for kids in Murnau - supported by the MakerLab in Murnau.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Dorian Zedler 003955d69f Update .gitlab-ci.yml 1 year ago
Bilder Add logo 2 years ago
CodeRacer Add logo 2 years ago
CodeRacer_MKII Bump version to 1.0.5 2 years ago
doxygen Bump version to v1.0.2 2 years ago
.gitlab-ci.yml Update .gitlab-ci.yml 1 year ago
readme.md Update readme.md 2 years ago
readme.md.orig Introduce coderacerMKII library repository 3 years ago

readme.md

Build Status
Flyer

Repo Overview

This is fun in progress and for sure not covering all questions and topics. Hopefully you will get an idea of what that project means and is able to do. Have fun and let us know what you think.

Repo dir Description
Arduino/libraries arduino stuff and libraries
Doku HowTo as well as doxygen documentation. View it here
Install Everything to get your dev IDE running on your PC
AppInventor Module to load into AppInventor or directly to your phone.
Fritzing Schematics and stuff
Bilder Pictures of racers and events;-)

Full API Docs

A full API Documentation is available here

How to start

Feedback/Questions

Create a release

To create a release and publish it to the pio registry, follow these steps:

  1. Increase the version number in CodeRacer_MKII/library.json
  2. Commit and push
  3. Create a git tag in the form of vVERSION, eg. v1.0.5
  4. push git tags