39 void UART_BR (uint32_t br) {}
64 EXPECT_EQ (ow.reset(OW::Speed::STD),
false);
66 EXPECT_EQ(ow.rx_data(OW::Speed::STD), 0xFF);
67 EXPECT_EQ(ow.tx_data(b, OW::Speed::STD), 42);
TEST_F(Test_1w_impl, TestConcept)
#define EXPECT_GT(val1, val2)
STL's core language concepts.
static constexpr const _1wire_id_t & nullDev()
Return nullDev reference.
#define EXPECT_EQ(val1, val2)
uint8_t byte_t
8 bits wide
1-wire UART interface template class using CRTP Using the private virtual interface we provide the in...
A 1-wire implementation using a microprocessor's uart for bit timing.