OK
看來還是有人喜歡玩這個的……
所以……今天大概講一講如何用 proteus 模擬 Arduino
Proteus http://pan.baidu.com/share/link?shareid=588774&uk=1379348432&third=15
Arduino 是基於 AVR 的開發板,有一個很好用的 IDE
OK
看來還是有人喜歡玩這個的……
所以……今天大概講一講如何用 proteus 模擬 Arduino
Proteus http://pan.baidu.com/share/link?shareid=588774&uk=1379348432&third=15
Arduino 是基於 AVR 的開發板,有一個很好用的 IDE
Thank you for your interest in contributing to open source software projects (“Projects”) made available by JoyMoe Interactive Entertainment Limited or its affiliates (“JoyMoe”). This Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to JoyMoe in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact [email protected].
You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions.
Copyright License. You hereby grant, and agree to grant, to JoyMoe a non-exclusive, perpetual, irre
function co ( | |
[String] | |
[Parameter(Mandatory = $true)] | |
$url, | |
[String] | |
$path, | |
[Switch] | |
$git | |
) { | |
if ( $url.StartsWith('git://') -Or $url.EndsWith('.git') ) { |