Home
last modified time | relevance | path

Searched refs:Uart (Results 1 – 18 of 18) sorted by relevance

/hardware/bsp/intel/peripheral/libmraa/examples/java/
DUartExample.java29 import mraa.Uart;
36 Uart uart = new Uart(0); in main()
/hardware/bsp/intel/peripheral/libmraa/examples/c++/
DUart-example.cpp38 mraa::Uart* dev; in main()
40 dev = new mraa::Uart(0); in main()
46 dev = new mraa::Uart("/dev/ttyACM0"); in main()
DCMakeLists.txt8 add_executable (Uart Uart-example.cpp) target
19 target_link_libraries (Uart mraa stdc++)
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
Duart.hpp45 class Uart class
54 Uart(int uart) in Uart() function in mraa::Uart
69 Uart(std::string path) in Uart() function in mraa::Uart
81 ~Uart() in ~Uart()
/hardware/bsp/intel/peripheral/libmraa/src/python/docs/
Dmraa.rst40 Uart chapter
42 .. autoclass:: mraa.Uart
52 :exclude-members: Gpio, Aio, Uart, Spi, I2c, Pwm, uint8Array, uint8Array_frompointer
Dexample.rst74 Uart chapter
77 Uart is the Universal asynchronous receiver/transmitter interface in mraa.
/hardware/bsp/intel/peripheral/libmraa/docs/
Dgalileorevh.md21 Uart 1 on gen2
24 Uart 1 is connected to the FTDI header and the linux console. It's also
51 >>> x = m.Uart(1)
Dchangelog.md34 * Uart initialisation improved
48 * Uart now uses binary arrays and has optional 'Str' functions in C++/SWIG
49 * Various Uart module bugfixes
54 * Uart module now contains read/write interactions and configuration
120 * Uart C++ class added, adds python & node support
Dindex.md29 | @ref uart.h "uart" | @ref mraa::Uart "Uart class" |
Dindex.java.md29 | @ref uart.h "uart" | @ref mraa::Uart "Uart class" |
/hardware/bsp/intel/peripheral/libmraa/examples/python/
Duart_receiver.py28 u=mraa.Uart(0)
Duart_sender.py29 u=mraa.Uart(0)
/hardware/bsp/intel/peripheral/libupm/src/grovegprs/
Dgrovegprs.h148 mraa::Uart m_uart;
/hardware/bsp/intel/peripheral/libmraa/examples/javascript/
Duart.js27 u = new m.Uart(0)
/hardware/bsp/intel/peripheral/libmraa/examples/
Dsamples.mapping.txt16 Uart-example.cpp java/UartExample.java
/hardware/bsp/intel/peripheral/libmraa/src/python/
Dmraa.i66 %newobject Uart::read(char* data, int length);
/hardware/bsp/intel/peripheral/libupm/src/sm130/
Dsm130.h440 mraa::Uart m_uart;
/hardware/bsp/intel/peripheral/libmraa/src/javascript/
Dmraajs.i61 %newobject Uart::read(char* data, int length);