new file: .gitignore modified: README.md new file: data/www/dashboard.html new file: data/www/index.html new file: data/www/wifi.html new file: include/README new file: lib/README new file: notes.ods new file: platformio.ini new file: src/NoteMappings copy.h new file: src/NoteMappings.h new file: src/audio_input.cpp new file: src/audio_input.h new file: src/ble.cpp new file: src/ble.h new file: src/config.h new file: src/esp_info.cpp new file: src/esp_info.h new file: src/fft_processing.cpp new file: src/fft_processing.h new file: src/led_control.cpp new file: src/led_control.h new file: src/main.cpp new file: src/midi.cpp new file: src/midi.h new file: src/web_server.cpp new file: src/web_server.h new file: test/README
12 lines
518 B
Plaintext
12 lines
518 B
Plaintext
|
|
This directory is intended for PlatformIO Test Runner and project tests.
|
|
|
|
Unit Testing is a software testing method by which individual units of
|
|
source code, sets of one or more MCU program modules together with associated
|
|
control data, usage procedures, and operating procedures, are tested to
|
|
determine whether they are fit for use. Unit testing finds problems early
|
|
in the development cycle.
|
|
|
|
More information about PlatformIO Unit Testing:
|
|
- https://docs.platformio.org/en/latest/advanced/unit-testing/index.html
|