raimue / arduino

Collection of Arduino libraries and my own tinkering stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experiments with Arduino

This repository contains all sorts of stuff related to Arduino. This is mostly just my own stuff as I use it and is not necessarily meant for direct use by others. Documentation might be missing, but feel free to ask if you find anything interesting you would like to know more about.

git submodule configuration

This repository uses external repositories using git submodules:

$ git submodule update --init

Some of the external repositories are once again using submodules. Depending on what you are working on, you may not need them all and you can initialize them as needed. Or you can get a full copy of all submodules recursively:

$ git submodule update --init --recursive

Boards Management

AVR

Everything is builtin into Arduino and Arduino-Makefile. No special configuration necessary.

ESP8266

Support for esp8266 can be enabled by downloading additional tools. Refer to the official ESP8266 Arduino Core instructions.

Additonallity, arduino-cli is required for compilation and for flashing the device.

About

Collection of Arduino libraries and my own tinkering stuff


Languages

Language:C++ 48.9%Language:HTML 25.4%Language:TeX 16.3%Language:C 4.3%Language:JavaScript 1.8%Language:CSS 1.3%Language:Roff 1.0%Language:CMake 0.4%Language:Makefile 0.3%Language:Shell 0.2%Language:Processing 0.1%Language:Batchfile 0.0%