來源:[GitHub 讓自由開源授權模式的選擇變聰明][1]
-
MIT License 若使用者希望較簡單與寬鬆 (permissive) 的自由開源軟體授權條款時,網站會提供 MIT License
-
Apache-2.0 若想強調專利干擾方面的防護,則使用者可轉而考慮 Apache-2.0
-
GPL-2.0 或 GPL-3.0 若要求修改後的程式碼都必須在不中斷分享的循環裡,則可參考 GPL-2.0 或 GPL-3.0
- pi image pi/raspberry
sudo dd if=2017-06-21-raspbian-jessie.img of=/dev/sde bs=4M
-
[What Type of LED Driver Do I Need? Constant Current vs. Constant Voltage][1]
- if you didn’t have a current limiting device, the current would continue to rise as temperature did.
- LED額定電流會受溫度影響,工作溫度上升可允許額定電流會變小
- This is the reason the preferred method of powering high powered LEDs is with a constant current LED driver
-
[Large Digit Driver Hookup Guide ][2]
-
[SparkFun Large Digit Driver][3]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Firmata is a generic protocol for communicating with microcontrollers | |
| * from software on a host computer. It is intended to work with | |
| * any host computer software package. | |
| * | |
| * To download a host software package, please clink on the following link | |
| * to open the download page in your default browser. | |
| * | |
| * http://firmata.org/wiki/Download | |
| */ |

