From 3648dc31c7a39738cfd6fb5cc7a5399d32e8f1f6 Mon Sep 17 00:00:00 2001 From: "Kevin (Pololu)" Date: Tue, 1 May 2018 18:47:37 -0700 Subject: [PATCH] move to subdirectory to make opening the sketch easier --- vl53l1_api.c => vl53l1x-st-api/vl53l1_api.c | 0 vl53l1_api.h => vl53l1x-st-api/vl53l1_api.h | 0 .../vl53l1_api_calibration.c | 0 .../vl53l1_api_calibration.h | 0 vl53l1_api_core.c => vl53l1x-st-api/vl53l1_api_core.c | 0 vl53l1_api_core.h => vl53l1x-st-api/vl53l1_api_core.h | 0 vl53l1_api_debug.c => vl53l1x-st-api/vl53l1_api_debug.c | 0 vl53l1_api_debug.h => vl53l1x-st-api/vl53l1_api_debug.h | 0 .../vl53l1_api_preset_modes.c | 0 .../vl53l1_api_preset_modes.h | 0 vl53l1_api_strings.c => vl53l1x-st-api/vl53l1_api_strings.c | 0 vl53l1_api_strings.h => vl53l1x-st-api/vl53l1_api_strings.h | 0 vl53l1_core.c => vl53l1x-st-api/vl53l1_core.c | 0 vl53l1_core.h => vl53l1x-st-api/vl53l1_core.h | 0 vl53l1_core_support.c => vl53l1x-st-api/vl53l1_core_support.c | 0 vl53l1_core_support.h => vl53l1x-st-api/vl53l1_core_support.h | 0 vl53l1_def.h => vl53l1x-st-api/vl53l1_def.h | 0 vl53l1_error_codes.h => vl53l1x-st-api/vl53l1_error_codes.h | 0 .../vl53l1_error_exceptions.h | 0 vl53l1_error_strings.c => vl53l1x-st-api/vl53l1_error_strings.c | 0 vl53l1_error_strings.h => vl53l1x-st-api/vl53l1_error_strings.h | 0 vl53l1_ll_def.h => vl53l1x-st-api/vl53l1_ll_def.h | 0 vl53l1_ll_device.h => vl53l1x-st-api/vl53l1_ll_device.h | 0 vl53l1_nvm_map.h => vl53l1x-st-api/vl53l1_nvm_map.h | 0 vl53l1_platform.cpp => vl53l1x-st-api/vl53l1_platform.cpp | 0 vl53l1_platform.h => vl53l1x-st-api/vl53l1_platform.h | 0 vl53l1_platform_log.h => vl53l1x-st-api/vl53l1_platform_log.h | 0 .../vl53l1_platform_user_config.h | 0 .../vl53l1_platform_user_data.h | 0 .../vl53l1_platform_user_defines.h | 0 vl53l1_preset_setup.h => vl53l1x-st-api/vl53l1_preset_setup.h | 0 vl53l1_register_funcs.c => vl53l1x-st-api/vl53l1_register_funcs.c | 0 vl53l1_register_funcs.h => vl53l1x-st-api/vl53l1_register_funcs.h | 0 vl53l1_register_map.h => vl53l1x-st-api/vl53l1_register_map.h | 0 .../vl53l1_register_settings.h | 0 .../vl53l1_register_structs.h | 0 vl53l1_silicon_core.c => vl53l1x-st-api/vl53l1_silicon_core.c | 0 vl53l1_silicon_core.h => vl53l1x-st-api/vl53l1_silicon_core.h | 0 .../vl53l1_tuning_parm_defaults.h | 0 vl53l1_types.h => vl53l1x-st-api/vl53l1_types.h | 0 vl53l1_wait.c => vl53l1x-st-api/vl53l1_wait.c | 0 vl53l1_wait.h => vl53l1x-st-api/vl53l1_wait.h | 0 vl53l1x-st-api.ino => vl53l1x-st-api/vl53l1x-st-api.ino | 0 43 files changed, 0 insertions(+), 0 deletions(-) rename vl53l1_api.c => vl53l1x-st-api/vl53l1_api.c (100%) rename vl53l1_api.h => vl53l1x-st-api/vl53l1_api.h (100%) rename vl53l1_api_calibration.c => vl53l1x-st-api/vl53l1_api_calibration.c (100%) rename vl53l1_api_calibration.h => vl53l1x-st-api/vl53l1_api_calibration.h (100%) rename vl53l1_api_core.c => vl53l1x-st-api/vl53l1_api_core.c (100%) rename vl53l1_api_core.h => vl53l1x-st-api/vl53l1_api_core.h (100%) rename vl53l1_api_debug.c => vl53l1x-st-api/vl53l1_api_debug.c (100%) rename vl53l1_api_debug.h => vl53l1x-st-api/vl53l1_api_debug.h (100%) rename vl53l1_api_preset_modes.c => vl53l1x-st-api/vl53l1_api_preset_modes.c (100%) rename vl53l1_api_preset_modes.h => vl53l1x-st-api/vl53l1_api_preset_modes.h (100%) rename vl53l1_api_strings.c => vl53l1x-st-api/vl53l1_api_strings.c (100%) rename vl53l1_api_strings.h => vl53l1x-st-api/vl53l1_api_strings.h (100%) rename vl53l1_core.c => vl53l1x-st-api/vl53l1_core.c (100%) rename vl53l1_core.h => vl53l1x-st-api/vl53l1_core.h (100%) rename vl53l1_core_support.c => vl53l1x-st-api/vl53l1_core_support.c (100%) rename vl53l1_core_support.h => vl53l1x-st-api/vl53l1_core_support.h (100%) rename vl53l1_def.h => vl53l1x-st-api/vl53l1_def.h (100%) rename vl53l1_error_codes.h => vl53l1x-st-api/vl53l1_error_codes.h (100%) rename vl53l1_error_exceptions.h => vl53l1x-st-api/vl53l1_error_exceptions.h (100%) rename vl53l1_error_strings.c => vl53l1x-st-api/vl53l1_error_strings.c (100%) rename vl53l1_error_strings.h => vl53l1x-st-api/vl53l1_error_strings.h (100%) rename vl53l1_ll_def.h => vl53l1x-st-api/vl53l1_ll_def.h (100%) rename vl53l1_ll_device.h => vl53l1x-st-api/vl53l1_ll_device.h (100%) rename vl53l1_nvm_map.h => vl53l1x-st-api/vl53l1_nvm_map.h (100%) rename vl53l1_platform.cpp => vl53l1x-st-api/vl53l1_platform.cpp (100%) rename vl53l1_platform.h => vl53l1x-st-api/vl53l1_platform.h (100%) rename vl53l1_platform_log.h => vl53l1x-st-api/vl53l1_platform_log.h (100%) rename vl53l1_platform_user_config.h => vl53l1x-st-api/vl53l1_platform_user_config.h (100%) rename vl53l1_platform_user_data.h => vl53l1x-st-api/vl53l1_platform_user_data.h (100%) rename vl53l1_platform_user_defines.h => vl53l1x-st-api/vl53l1_platform_user_defines.h (100%) rename vl53l1_preset_setup.h => vl53l1x-st-api/vl53l1_preset_setup.h (100%) rename vl53l1_register_funcs.c => vl53l1x-st-api/vl53l1_register_funcs.c (100%) rename vl53l1_register_funcs.h => vl53l1x-st-api/vl53l1_register_funcs.h (100%) rename vl53l1_register_map.h => vl53l1x-st-api/vl53l1_register_map.h (100%) rename vl53l1_register_settings.h => vl53l1x-st-api/vl53l1_register_settings.h (100%) rename vl53l1_register_structs.h => vl53l1x-st-api/vl53l1_register_structs.h (100%) rename vl53l1_silicon_core.c => vl53l1x-st-api/vl53l1_silicon_core.c (100%) rename vl53l1_silicon_core.h => vl53l1x-st-api/vl53l1_silicon_core.h (100%) rename vl53l1_tuning_parm_defaults.h => vl53l1x-st-api/vl53l1_tuning_parm_defaults.h (100%) rename vl53l1_types.h => vl53l1x-st-api/vl53l1_types.h (100%) rename vl53l1_wait.c => vl53l1x-st-api/vl53l1_wait.c (100%) rename vl53l1_wait.h => vl53l1x-st-api/vl53l1_wait.h (100%) rename vl53l1x-st-api.ino => vl53l1x-st-api/vl53l1x-st-api.ino (100%) diff --git a/vl53l1_api.c b/vl53l1x-st-api/vl53l1_api.c similarity index 100% rename from vl53l1_api.c rename to vl53l1x-st-api/vl53l1_api.c diff --git a/vl53l1_api.h b/vl53l1x-st-api/vl53l1_api.h similarity index 100% rename from vl53l1_api.h rename to vl53l1x-st-api/vl53l1_api.h diff --git a/vl53l1_api_calibration.c b/vl53l1x-st-api/vl53l1_api_calibration.c similarity index 100% rename from vl53l1_api_calibration.c rename to vl53l1x-st-api/vl53l1_api_calibration.c diff --git a/vl53l1_api_calibration.h b/vl53l1x-st-api/vl53l1_api_calibration.h similarity index 100% rename from vl53l1_api_calibration.h rename to vl53l1x-st-api/vl53l1_api_calibration.h diff --git a/vl53l1_api_core.c b/vl53l1x-st-api/vl53l1_api_core.c similarity index 100% rename from vl53l1_api_core.c rename to vl53l1x-st-api/vl53l1_api_core.c diff --git a/vl53l1_api_core.h b/vl53l1x-st-api/vl53l1_api_core.h similarity index 100% rename from vl53l1_api_core.h rename to vl53l1x-st-api/vl53l1_api_core.h diff --git a/vl53l1_api_debug.c b/vl53l1x-st-api/vl53l1_api_debug.c similarity index 100% rename from vl53l1_api_debug.c rename to vl53l1x-st-api/vl53l1_api_debug.c diff --git a/vl53l1_api_debug.h b/vl53l1x-st-api/vl53l1_api_debug.h similarity index 100% rename from vl53l1_api_debug.h rename to vl53l1x-st-api/vl53l1_api_debug.h diff --git a/vl53l1_api_preset_modes.c b/vl53l1x-st-api/vl53l1_api_preset_modes.c similarity index 100% rename from vl53l1_api_preset_modes.c rename to vl53l1x-st-api/vl53l1_api_preset_modes.c diff --git a/vl53l1_api_preset_modes.h b/vl53l1x-st-api/vl53l1_api_preset_modes.h similarity index 100% rename from vl53l1_api_preset_modes.h rename to vl53l1x-st-api/vl53l1_api_preset_modes.h diff --git a/vl53l1_api_strings.c b/vl53l1x-st-api/vl53l1_api_strings.c similarity index 100% rename from vl53l1_api_strings.c rename to vl53l1x-st-api/vl53l1_api_strings.c diff --git a/vl53l1_api_strings.h b/vl53l1x-st-api/vl53l1_api_strings.h similarity index 100% rename from vl53l1_api_strings.h rename to vl53l1x-st-api/vl53l1_api_strings.h diff --git a/vl53l1_core.c b/vl53l1x-st-api/vl53l1_core.c similarity index 100% rename from vl53l1_core.c rename to vl53l1x-st-api/vl53l1_core.c diff --git a/vl53l1_core.h b/vl53l1x-st-api/vl53l1_core.h similarity index 100% rename from vl53l1_core.h rename to vl53l1x-st-api/vl53l1_core.h diff --git a/vl53l1_core_support.c b/vl53l1x-st-api/vl53l1_core_support.c similarity index 100% rename from vl53l1_core_support.c rename to vl53l1x-st-api/vl53l1_core_support.c diff --git a/vl53l1_core_support.h b/vl53l1x-st-api/vl53l1_core_support.h similarity index 100% rename from vl53l1_core_support.h rename to vl53l1x-st-api/vl53l1_core_support.h diff --git a/vl53l1_def.h b/vl53l1x-st-api/vl53l1_def.h similarity index 100% rename from vl53l1_def.h rename to vl53l1x-st-api/vl53l1_def.h diff --git a/vl53l1_error_codes.h b/vl53l1x-st-api/vl53l1_error_codes.h similarity index 100% rename from vl53l1_error_codes.h rename to vl53l1x-st-api/vl53l1_error_codes.h diff --git a/vl53l1_error_exceptions.h b/vl53l1x-st-api/vl53l1_error_exceptions.h similarity index 100% rename from vl53l1_error_exceptions.h rename to vl53l1x-st-api/vl53l1_error_exceptions.h diff --git a/vl53l1_error_strings.c b/vl53l1x-st-api/vl53l1_error_strings.c similarity index 100% rename from vl53l1_error_strings.c rename to vl53l1x-st-api/vl53l1_error_strings.c diff --git a/vl53l1_error_strings.h b/vl53l1x-st-api/vl53l1_error_strings.h similarity index 100% rename from vl53l1_error_strings.h rename to vl53l1x-st-api/vl53l1_error_strings.h diff --git a/vl53l1_ll_def.h b/vl53l1x-st-api/vl53l1_ll_def.h similarity index 100% rename from vl53l1_ll_def.h rename to vl53l1x-st-api/vl53l1_ll_def.h diff --git a/vl53l1_ll_device.h b/vl53l1x-st-api/vl53l1_ll_device.h similarity index 100% rename from vl53l1_ll_device.h rename to vl53l1x-st-api/vl53l1_ll_device.h diff --git a/vl53l1_nvm_map.h b/vl53l1x-st-api/vl53l1_nvm_map.h similarity index 100% rename from vl53l1_nvm_map.h rename to vl53l1x-st-api/vl53l1_nvm_map.h diff --git a/vl53l1_platform.cpp b/vl53l1x-st-api/vl53l1_platform.cpp similarity index 100% rename from vl53l1_platform.cpp rename to vl53l1x-st-api/vl53l1_platform.cpp diff --git a/vl53l1_platform.h b/vl53l1x-st-api/vl53l1_platform.h similarity index 100% rename from vl53l1_platform.h rename to vl53l1x-st-api/vl53l1_platform.h diff --git a/vl53l1_platform_log.h b/vl53l1x-st-api/vl53l1_platform_log.h similarity index 100% rename from vl53l1_platform_log.h rename to vl53l1x-st-api/vl53l1_platform_log.h diff --git a/vl53l1_platform_user_config.h b/vl53l1x-st-api/vl53l1_platform_user_config.h similarity index 100% rename from vl53l1_platform_user_config.h rename to vl53l1x-st-api/vl53l1_platform_user_config.h diff --git a/vl53l1_platform_user_data.h b/vl53l1x-st-api/vl53l1_platform_user_data.h similarity index 100% rename from vl53l1_platform_user_data.h rename to vl53l1x-st-api/vl53l1_platform_user_data.h diff --git a/vl53l1_platform_user_defines.h b/vl53l1x-st-api/vl53l1_platform_user_defines.h similarity index 100% rename from vl53l1_platform_user_defines.h rename to vl53l1x-st-api/vl53l1_platform_user_defines.h diff --git a/vl53l1_preset_setup.h b/vl53l1x-st-api/vl53l1_preset_setup.h similarity index 100% rename from vl53l1_preset_setup.h rename to vl53l1x-st-api/vl53l1_preset_setup.h diff --git a/vl53l1_register_funcs.c b/vl53l1x-st-api/vl53l1_register_funcs.c similarity index 100% rename from vl53l1_register_funcs.c rename to vl53l1x-st-api/vl53l1_register_funcs.c diff --git a/vl53l1_register_funcs.h b/vl53l1x-st-api/vl53l1_register_funcs.h similarity index 100% rename from vl53l1_register_funcs.h rename to vl53l1x-st-api/vl53l1_register_funcs.h diff --git a/vl53l1_register_map.h b/vl53l1x-st-api/vl53l1_register_map.h similarity index 100% rename from vl53l1_register_map.h rename to vl53l1x-st-api/vl53l1_register_map.h diff --git a/vl53l1_register_settings.h b/vl53l1x-st-api/vl53l1_register_settings.h similarity index 100% rename from vl53l1_register_settings.h rename to vl53l1x-st-api/vl53l1_register_settings.h diff --git a/vl53l1_register_structs.h b/vl53l1x-st-api/vl53l1_register_structs.h similarity index 100% rename from vl53l1_register_structs.h rename to vl53l1x-st-api/vl53l1_register_structs.h diff --git a/vl53l1_silicon_core.c b/vl53l1x-st-api/vl53l1_silicon_core.c similarity index 100% rename from vl53l1_silicon_core.c rename to vl53l1x-st-api/vl53l1_silicon_core.c diff --git a/vl53l1_silicon_core.h b/vl53l1x-st-api/vl53l1_silicon_core.h similarity index 100% rename from vl53l1_silicon_core.h rename to vl53l1x-st-api/vl53l1_silicon_core.h diff --git a/vl53l1_tuning_parm_defaults.h b/vl53l1x-st-api/vl53l1_tuning_parm_defaults.h similarity index 100% rename from vl53l1_tuning_parm_defaults.h rename to vl53l1x-st-api/vl53l1_tuning_parm_defaults.h diff --git a/vl53l1_types.h b/vl53l1x-st-api/vl53l1_types.h similarity index 100% rename from vl53l1_types.h rename to vl53l1x-st-api/vl53l1_types.h diff --git a/vl53l1_wait.c b/vl53l1x-st-api/vl53l1_wait.c similarity index 100% rename from vl53l1_wait.c rename to vl53l1x-st-api/vl53l1_wait.c diff --git a/vl53l1_wait.h b/vl53l1x-st-api/vl53l1_wait.h similarity index 100% rename from vl53l1_wait.h rename to vl53l1x-st-api/vl53l1_wait.h diff --git a/vl53l1x-st-api.ino b/vl53l1x-st-api/vl53l1x-st-api.ino similarity index 100% rename from vl53l1x-st-api.ino rename to vl53l1x-st-api/vl53l1x-st-api.ino