Jan Matuška <hw na starhill.org> [2014-03-07 09:05:02]: > Nemáte, prosím, někdo nápad, jak z tohho ven? def write_string(buf): GPIO.output(12, 1) for b in buf: port.write(b) GPIO.output(12, 0) write_string("AHOJSVETE\n\r")