全部 新建

user:thomas 由用户创建的 Gists

title:mygist 包含指定标题的 Gists

filename:myfile.txt 包含指定文件名的 Gists

extension:yml 包含指定扩展名的 Gists

language:go 包含指定编程语言的 Gists

topic:homelab 具有给定主题的 Gists

登录

全部 新建 登录

所有 Gists

最近 创建
最早 创建
最近 更新
最早 更新

jesse / mecanum_route.c

0 喜欢
0 派生
1 文件
最后活跃于 6 hours ago
1 #include <kipr/wombat.h>
2 #include <stdlib.h>
3 #define BLACK_VALUE 3700
4
5 int stop_at_line(int min_ticks){
6 if(analog(1)>BLACK_VALUE && gmpc(0)> min_ticks){
7 printf("reach end of ramp\n");
8 return 1;
9 }
10 printf("keep going analog_1=%d, gmpc_0=%d\n",analog(1), gmpc(0));

jesse / claude_cheat_sheet.md

0 喜欢
0 派生
1 文件
最后活跃于 7 hours ago

🤖 Botball C Programming Cheat Sheet

📊 Reading Sensors

// 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⋅

中文
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文