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.
Go to file
Dorian Zedler 003955d69f Update .gitlab-ci.yml 2021-10-06 13:37:33 +00:00
Bilder Add logo 2021-07-09 15:30:20 +02:00
CodeRacer Add logo 2021-07-09 15:30:20 +02:00
CodeRacer_MKII Bump version to 1.0.5 2021-08-07 11:48:15 +02:00
doxygen Bump version to v1.0.2 2021-08-07 11:29:33 +02:00
.gitlab-ci.yml Update .gitlab-ci.yml 2021-10-06 13:37:33 +00:00
readme.md Update readme.md 2021-08-07 09:53:27 +00:00
readme.md.orig Introduce coderacerMKII library repository 2020-03-25 08:55:28 +01:00

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