• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Sort:
  • Date
  • Name
  • Rating
  • Popular
  • Category
4.Introduction of Python on pcDuino8 Uno
August 10, 2016 0 Comments

4.Chapter 4 Introduction of Python on pcDuino8 Uno

Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn […]

3.C Language and Arduino type IDE for pcDuino8 Uno
August 10, 2016 0 Comments

3.3.Arduino IDE

pcDuino8 Uno Ubuntu 14.04 sytem Image 20160102 has Arduino IDE built-in. We added a new board type ‘pcDuino’. By default, […]

3.2.Arduino library and samples
August 10, 2016 0 Comments

3.2.4.GPIO

Reference functions pinMode() digitalRead() digitalWrite() pulseIn() Sample Turn on or off LED by pressing and releasing the button connected to […]

3.2.Arduino library and samples
August 10, 2016 0 Comments

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 […]

3.2.Arduino library and samples
August 10, 2016 0 Comments

3.2.1.UART

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() […]

3.C Language and Arduino type IDE for pcDuino8 Uno
August 10, 2016 0 Comments

3.2.Arduino library and samples

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() […]

Older posts
Newer posts

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors