Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3_cpp_extensions.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cm3cpp/spi.hpp')
-rw-r--r--cm3cpp/spi.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cm3cpp/spi.hpp b/cm3cpp/spi.hpp
index f217d9b..ebe2148 100644
--- a/cm3cpp/spi.hpp
+++ b/cm3cpp/spi.hpp
@@ -125,6 +125,7 @@ class Spi
Gpio::Pinout mosi_pin;
Gpio::Pinout miso_pin;
Gpio::Pinout scl_pin;
+ Gpio::Pinout ss_pin;
};
Spi();