Arduio manual KHWong 2018 July 6
Browse https://www.arduino.cc/en/Main/Software
Download and unzip https://www.arduino.cc/download.php?f=/arduino-nightly-windows.zip
Run arduino.exe
Connect the Arduio board (e.g. gen uno) to pc thou usb
In the main menu IDE
menu IDE : Use tool/prot to see the port , select the port. e.g. port6(arudio/genuino uno)
menu IDE :File /example/o.1 basic/blink
Copy the source to the main sketch window (program editor screen)
Use the Sketch/verify/compile (control R, or the icon ‘Ö’ on the menu bar) to compile the program.
Use upload (control U, or ’->’ on the menu bar to upload the program to your board.
Result: The led on the board is blinking.
Reference
From : https://store.arduino.cc/arduino-uno-rev3
Arduino Uno
Use ATmega328P (datasheet).
It has 14 digital input/output pins (of
which 6 can be used as PWM outputs), 6 analog inputs,
a 16 MHz quartz crystal, a USB connection,
a power jack, an ICSP header and a reset button.Mixed signal (analog and digital)