From b77cdc2ce0c04cd45355c4e01d07092cdad9cd1f Mon Sep 17 00:00:00 2001 From: Keith Date: Fri, 18 Sep 2020 14:58:03 -0600 Subject: [PATCH] move stl files --- Hardware/{Step => STL}/FlatBase-MKI.STL | Bin Hardware/{Step => STL}/Plug-MKI.STL | Bin Hardware/{Step => STL}/Pot-Bolt-Adapter-MKI.STL | Bin Hardware/{Step => STL}/Swivel.STL | Bin Hardware/{Step => STL}/pot-holder-MKI.STL | Bin device-pca10040/steer-adc.c | 2 +- 6 files changed, 1 insertion(+), 1 deletion(-) rename Hardware/{Step => STL}/FlatBase-MKI.STL (100%) rename Hardware/{Step => STL}/Plug-MKI.STL (100%) rename Hardware/{Step => STL}/Pot-Bolt-Adapter-MKI.STL (100%) rename Hardware/{Step => STL}/Swivel.STL (100%) rename Hardware/{Step => STL}/pot-holder-MKI.STL (100%) diff --git a/Hardware/Step/FlatBase-MKI.STL b/Hardware/STL/FlatBase-MKI.STL similarity index 100% rename from Hardware/Step/FlatBase-MKI.STL rename to Hardware/STL/FlatBase-MKI.STL diff --git a/Hardware/Step/Plug-MKI.STL b/Hardware/STL/Plug-MKI.STL similarity index 100% rename from Hardware/Step/Plug-MKI.STL rename to Hardware/STL/Plug-MKI.STL diff --git a/Hardware/Step/Pot-Bolt-Adapter-MKI.STL b/Hardware/STL/Pot-Bolt-Adapter-MKI.STL similarity index 100% rename from Hardware/Step/Pot-Bolt-Adapter-MKI.STL rename to Hardware/STL/Pot-Bolt-Adapter-MKI.STL diff --git a/Hardware/Step/Swivel.STL b/Hardware/STL/Swivel.STL similarity index 100% rename from Hardware/Step/Swivel.STL rename to Hardware/STL/Swivel.STL diff --git a/Hardware/Step/pot-holder-MKI.STL b/Hardware/STL/pot-holder-MKI.STL similarity index 100% rename from Hardware/Step/pot-holder-MKI.STL rename to Hardware/STL/pot-holder-MKI.STL diff --git a/device-pca10040/steer-adc.c b/device-pca10040/steer-adc.c index 130866f..0b26621 100644 --- a/device-pca10040/steer-adc.c +++ b/device-pca10040/steer-adc.c @@ -123,7 +123,7 @@ void steering_convert(void) void steering_display_value(void) { - NRF_LOG_INFO("read: %d, ", sample); + NRF_LOG_INFO("read: 1%d, ", sample); }