Skip to content

Instantly share code, notes, and snippets.

diff --git a/pio/CMakeLists.txt b/pio/CMakeLists.txt
index 8855161..363c2fd 100644
--- a/pio/CMakeLists.txt
+++ b/pio/CMakeLists.txt
@@ -6,6 +6,7 @@ if (NOT PICO_NO_HARDWARE)
add_subdirectory(hello_pio)
add_subdirectory(hub75)
add_subdirectory(i2c)
+ add_subdirectory(irq_test)
add_subdirectory(logic_analyser)