摘要: Main menu Search Create account Log in Personal tools Apply for a scholarship & submit your program proposal for the GLAM Wiki Conference [Help with t 阅读全文
posted @ 2023-07-05 19:46 freedragon 阅读(45) 评论(0) 推荐(0) 编辑
摘要: Arduino 板的说明 在本章中,我们将了解 Arduino 板上的不同组件。将学习 Arduino UNO 板,因为它是 Arduino 板系列中最受欢迎的。此外,它是开始使用电子和编码的最佳板。有些板看起来与下面给出的有些不同,但多数 Arduino 中的这些组件大部分是共同的。 以下是 UN 阅读全文
posted @ 2023-07-05 16:11 freedragon 阅读(181) 评论(0) 推荐(0) 编辑
摘要: Overview Arduino Uno is a microcontroller board based on the ATmega328P (datasheet). It has 14 digital input/output pins (of which 6 can be used as PW 阅读全文
posted @ 2023-07-05 15:32 freedragon 阅读(62) 评论(0) 推荐(0) 编辑
摘要: import threading import time #导入xgoedu from xgoedu import XGOEDU from xgolib import XGO #导入xgolib #实例化dog dog = XGO(port='/dev/ttyAMA0',version="xgoli 阅读全文
posted @ 2023-07-05 14:44 freedragon 阅读(25) 评论(0) 推荐(0) 编辑