Difference between revisions of "AVR Core: Getting Started"
From Microduino Wiki
(→Step 2: Verify IDE) |
(→Step 2: Verify IDE) |
||
Line 34: | Line 34: | ||
− | 1. Start Arduino IDE, click the "Tools" menu<br>2. Verify that there are Microduino modules under "Board" menu. | + | 1. Start Arduino IDE, click the "Tools" menu.<br>2. Verify that there are Microduino modules under "Board" menu. |
|| | || | ||
[[File:microduinoGettingStart1.jpg|289px|right|thumb]] | [[File:microduinoGettingStart1.jpg|289px|right|thumb]] | ||
Line 47: | Line 47: | ||
*Microduino provides a compatible library support package for dozens of different functional modules: | *Microduino provides a compatible library support package for dozens of different functional modules: | ||
− | **The original | + | **The original Arduino support packages are renamed for simpler classification |
− | |||
− | 1. Start Arduino IDE, click the "File" menu. | + | 1. Start Arduino IDE, click the "File" menu.<br> |
− | 2. You will find the prewritten programs in the "Examples" menu. | + | 2. You will find the prewritten programs in the "Examples" menu.<br> |
3. The original Arduino examples are placed in the "Arduino" folder. | 3. The original Arduino examples are placed in the "Arduino" folder. | ||
|| | || |
Revision as of 15:53, 24 June 2015
Language: | English • 中文 |
---|
ContentsStep 1: Arduino IDE Download*Arduino compatible, first install the basic IDE
Step 2: Verify IDE
Step 3: Drivers*After development environment configured to start installing the driver
note: If there is damage or missing signature file when prompted, can not install the driver properly, you need to disable the digital signature system installation in windows 8。 ' 1.Turn off the check. 2.Hold the shift key while clicking on Restart 3.Select Troubleshoot > Advanced Options > Startup Settings > Restart 4.After Restart select option 7. ' by: [microsoft answers]
Step 4: Connecting hardware
Appendix |