Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.
G M Rowland edited this page Aug 25, 2018 · 1 revision

KIP Backend

KIP is a small educational robot designed by Luminosity Labs. This code is the "backend" which controls all of the electrical components on KIP. The back end is composed of Arduino C that runs on the custom KIP board, and a Flask server which sends serial commands to the Arduino. This wiki documents how the code works and also documents the Flask API.

Clone this wiki locally