3.2.2.ADC
#include <core.h>void setup() {//Initialize serial with baudrate setting, the default config is SERIAL_8N1 int rate = 115200; Serial.begin(rate); //you will […]
#include <core.h>void setup() {//Initialize serial with baudrate setting, the default config is SERIAL_8N1 int rate = 115200; Serial.begin(rate); //you will […]
UART Reference: Please refer to the Serial class from Arduino (http://arduino.cc/en/Reference/Serial). Functions if (Serial) available() availableForWrite() begin() end() find() findUntil() […]
UART Reference: Please refer to the Serial class from Arduino (http://arduino.cc/en/Reference/Serial). Functions if (Serial) available() availableForWrite() begin() end() find() findUntil() […]
Command line style The quickest way to get going with Arduino sketches is to start with the samples so you […]
Command line style The quickest way to get going with Arduino sketches is to start with the samples so you […]
1. How to set static IP address? If you want to set static address for eth0 device as 192.168.1.20. sudo […]
This part will introduce how to use vim which is from Xiaorang Li’s Homepage How to start vim to start […]
The recommended USB WiFi Dongle for pcDuino8 Uno is RT5370. When the USB WiFi dongle is inserted, we can check […]
Git is a widely-used version control system for software development. We usually download the open source code from github.com or […]
We briefly discuss some of the frequently used commands used in Ubuntu. Changing Directory The command for changing directory is […]