digitalWrite geht

This commit is contained in:
Tristan Krause 2019-03-29 11:50:16 +01:00
parent 15ba2f5661
commit 32cd811744
7 changed files with 6 additions and 4 deletions

View file

@ -11,6 +11,7 @@ void B15F::init()
{
std::cout << PRE << "Stelle Verbindung mit Adapter her... " << std::flush;
usart.setBaudrate(BAUDRATE);
usart.openDevice(SERIAL_DEVICE);
std::cout << "OK" << std::endl;