Finished rubber ducky

This commit is contained in:
2026-06-20 08:54:28 -04:00
parent cf00d159ca
commit 857e77c7c8
752 changed files with 23436 additions and 46701 deletions

View File

@@ -1,4 +1,4 @@
# Install script for directory: /home/p7mj/pico/pico_dev
# Install script for directory: /home/p7mj/pico/pico_rubber_ducky
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@@ -39,14 +39,14 @@ endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/p7mj/pico/pico_dev/pico-sdk/cmake_install.cmake")
include("/home/p7mj/pico/pico_rubber_ducky/pico-sdk/cmake_install.cmake")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/p7mj/pico/pico_dev/install_local_manifest.txt"
file(WRITE "/home/p7mj/pico/pico_rubber_ducky/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()
if(CMAKE_INSTALL_COMPONENT)
@@ -62,6 +62,6 @@ else()
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/p7mj/pico/pico_dev/${CMAKE_INSTALL_MANIFEST}"
file(WRITE "/home/p7mj/pico/pico_rubber_ducky/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()