jentie / mockup

compile and run Arduino sketch on PC for debugging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mockup

compile and run Arduino sketch on PC for debugging

Diese einfache Sammlung von C-Code und Skripten erlaubt das Übersetzen und teilweiswe Ausführen von Arduino-Sketches auf dem PC, um schneller komplexe Kontrollstrukturen oder C-Bibliotheken ausprobieren zu können. Im Unterverzeichnis "simple" findet sich die einfache Grundidee dieser Sammlung von Programmteilen.

A simple collection of C code and scripts for compiling and partly executing of Arduino sketches on a PC. The goal is a fast trial of control structures and C libraries without uploading the code and using the serial monitor. The basic idea of this collection can be found in folder "simple".

About

compile and run Arduino sketch on PC for debugging

License:MIT License


Languages

Language:C 46.6%Language:Arduino 36.6%Language:C++ 9.3%Language:Makefile 7.5%