add motor blocked gpio output

This commit is contained in:
technyon
2023-04-07 15:39:09 +02:00
parent a30b716869
commit a783750741
3 changed files with 6 additions and 0 deletions

1
Gpio.h
View File

@@ -12,6 +12,7 @@ enum class PinRole
InputUnlatch,
OutputHighLocked,
OutputHighUnlocked,
OutputHighMotorBlocked,
};
enum class GpioAction