全部 新建

user:thomas 由使用者建立的 Gists

title:mygist Gists 的標題

filename:myfile.txt Gists 的檔案名稱

extension:yml Gists 的副檔名

language:go Gists 的程式語言

topic:homelab gists with given topic

登錄

全部 新建 登錄

所有 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: 44ms⋅

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