user:thomas 由使用者建立的 Gists
user:thomas
title:mygist Gists 的標題
title:mygist
filename:myfile.txt Gists 的檔案名稱
filename:myfile.txt
extension:yml Gists 的副檔名
extension:yml
language:go Gists 的程式語言
language:go
topic:homelab gists with given topic
topic:homelab
登錄
// Digital sensors (touch, bumper) - returns 0 or 1 digital(port_number); // Example: if(digital(0)) { ... } // Analog sensors (light, distance) - returns 0 to 4095 analog(port_number); // Example: if(analog(0) > 2000) { ... }
由 Opengist 提供支持 ⋅ Load: 44ms⋅