shaeberling / retrostore-sdk-esp32-example

An example application that uses the RetroStore SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

retrostore-sdk-esp32-example

An example ESP32 IDF application that uses the RetroStore C++ SDK

Checking out

This project uses git submodules. Make sure you check out using the following command:

git clone --recurse-submodules <URL>

Or alternatively, if you already had the project checked out, make sure to pull the latest revision and then run:

git submodule init
git submodule update

About

An example application that uses the RetroStore SDK

License:Apache License 2.0


Languages

Language:C++ 95.8%Language:CMake 1.8%Language:Makefile 1.3%Language:Shell 1.2%