ESP32-basiertes Kraftort-Suchger�t mit GPS, LED-Ring und PlatformIO-Firmware.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Alfred 76285f25b6 Initial Kraftort V1 foundation 1 месяц назад
..
src Initial Kraftort V1 foundation 1 месяц назад
subprojects Initial Kraftort V1 foundation 1 месяц назад
test Initial Kraftort V1 foundation 1 месяц назад
meson.build Initial Kraftort V1 foundation 1 месяц назад
readme.txt Initial Kraftort V1 foundation 1 месяц назад

readme.txt

Example 1
=========

Close to the simplest possible example of Unity, using only basic features.

Build and run with Make
---
Just run `make`.

Build and run with Meson
---
Run `meson setup build` to create the build directory, and then `meson test -C build` to build and run the tests.