Searched refs:writeStr (Results 1 - 8 of 8) sorted by relevance

/hardware/bsp/intel/peripheral/libmraa/examples/javascript/
H A Duart.js45 u.writeStr("test\n");
52 u.writeStr("2nd test\n");
/hardware/bsp/intel/peripheral/libmraa/examples/python/
H A Duart_sender.py48 u.writeStr(msg_s)
51 u.writeStr("X")
H A Duart_receiver.py44 u.writeStr("Yes, master!")
/hardware/bsp/intel/peripheral/libmraa/examples/java/
H A DUartExample.java53 uart.writeStr("Hello monkeys");
/hardware/bsp/intel/peripheral/libmraa/examples/c++/
H A DUart-example.cpp64 dev->writeStr("Hello monkeys");
/hardware/bsp/intel/peripheral/libupm/src/grovegprs/
H A Dgrovegprs.cxx67 return m_uart.writeStr(data);
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
H A Duart.hpp148 writeStr(std::string data) function in class:mraa::Uart
/hardware/bsp/intel/peripheral/libupm/src/sm130/
H A Dsm130.cxx102 m_uart.writeStr(command);

Completed in 4774 milliseconds