Acces from Orange pi to Arduino with UART (TTYUSB0) on Şubat 14, 2019 Acces from Orange pi to Arduino with UART (TTYUSB0) Acces from Orange pi to Arduino with UART (TTYUSB0) Share: Read More
How to Use CMake /CMakeLists.txt on Şubat 13, 2019 * Download CMake (sudo apt-get install cmake) * Edit CMakeList.txt cmake_minimum_required(VERSION 3.10.2) project (hello) add_executable(hello hello.cpp) * Run command ( cmake . ) *Run Command (make) Share: Read More