This commit is contained in:
2026-03-11 16:57:55 +03:00
parent 8a0d7f8dba
commit fc1a3bacef
3 changed files with 208 additions and 2 deletions

View File

@ -201,6 +201,8 @@ public:
static void checkAddressRuleApply(uint16_t address, uint16_t id, bool &flag);
void setPin(uint8_t pin);
inline uint8_t getPin() { return pin; };
inline GPIO_TypeDef *getPort() const { return port; }
inline uint16_t getPinMask() const { return mask; }
protected:
uint16_t id;