• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors

3.C Language and Arduino type IDE for pcDuino8 Uno


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

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

3.1.Command line style

Command line style The quickest way to get going with Arduino sketches is to start with the samples so you […]

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

3.C Language and Arduino type IDE for pcDuino8 Uno

Command line style The quickest way to get going with Arduino sketches is to start with the samples so you […]

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors