Searched refs:m_rSTPinCtx (Results 1 – 2 of 2) sorted by relevance
39 m_rSTPinCtx(rst), m_rSPinCtx(rs), m_spi(0) { in ST7735()64 error = m_rSTPinCtx.dir(mraa::DIR_OUT); in initModule()170 m_rSTPinCtx.write(HIGH); in configModule()172 m_rSTPinCtx.write(LOW); in configModule()174 m_rSTPinCtx.write(HIGH); in configModule()
633 mraa::Gpio m_rSTPinCtx; variable