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

readme.txt

Example 3
=========

This example project gives an example of some passing, ignored, and failing tests.
It's simple and meant for you to look over and get an idea for what all of this stuff does.

You can build and test using rake. The rake version will let you test with gcc or a couple
versions of IAR. You can tweak the yaml files to get those versions running.

Ruby is required if you're using the rake version (obviously). This version shows off most of
Unity's advanced features (automatically creating test runners, fancy summaries, etc.)
Without ruby, you have to maintain your own test runners. Do that for a while and you'll learn
why you really want to start using the Ruby tools.