We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f09420b commit 5718e55Copy full SHA for 5718e55
code/armdroid-class/armdroid.hpp
@@ -30,7 +30,7 @@ class ParallelArmdroid : public AbstractArmdroid {
30
}
31
};
32
33
-class PartialSerialArmdroid : public Armdroid {
+class PartialSerialArmdroid : public AbstractArmdroid {
34
private:
35
uint8_t dataPin;
36
uint8_t clockPin;
0 commit comments