From 07090d14e0dafc3b5b564a339cd615c2d9864125 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 31 Aug 2016 16:30:35 +0200 Subject: o A couple of stepper motor driver applications. --- apps/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/CMakeLists.txt') diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index cbbbc65..f5fe450 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -4,4 +4,6 @@ add_subdirectory(os1) add_subdirectory(os2) add_subdirectory(serial1) add_subdirectory(serial2) +add_subdirectory(stepper1) +add_subdirectory(stepper2) add_subdirectory(test1) -- cgit v1.2.3