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
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: 47ms⋅