Review of pcDuino3 (II)
Connect the HDMI monitor, USB keyboard, and USB mouse, power up pcDuino3 through the USB port with a 5V/2A wall […]
Connect the HDMI monitor, USB keyboard, and USB mouse, power up pcDuino3 through the USB port with a 5V/2A wall […]
Compared to pcDuino v2, pcDuino3 is bigger, and equipped with more interfaces. The most significant change is the processor. pcDuino3 […]
[vc_row][vc_column width=”1/1″][vc_column_text]Linear LED is a special type of LED that be used to form a dotted line or some other […]
[vc_row][vc_column width=”1/1″][vc_column_text]In this post, we will look at a special type of segment LED that can be used to indicate […]
[vc_row][vc_column width=”1/1″][vc_column_text]In this tutorial, we will look at a special type of segment LED, which can be used to indicate […]
const int analogInPin = A0; int sensorValue = 0; int KEY ; int NEWKEY ; int OLDKEY = 0; int […]
int redpin = 11; // select the input pin for the potentiometer int bluepin =10; // select the pin for […]
/* Button Turns on and off a light emitting diode(LED) connected to digital pin 13, when pressing a pushbutton attached […]
int buzzer=11; void setup() { pinMode(buzzer,OUTPUT); } void loop() { unsigned char i,j; while(1) { for(i=0;i<80;i++)//Output sound of one frequency […]
int redpin = 11; // select the input pin for the potentiometer int bluepin =10; // select the pin for […]